in reply to Re: references best practice
in thread references best practice
With that change, the benchmark changes somewhat, making it almost identical to array_ref_out1 in my tests.sub prepData2 { my $refData = shift; @$refData = map { log $_ } 1 .. 100; }
|
|---|