in reply to Re^3: Best method to diff very large array efficiently
in thread Best method to diff very large array efficiently
See my benchmark here RFC extending Benchmark.pm to facilitate CODEHASHREF
Maybe I did something wrong ...
... but I'm not to keen to continue, IMHO all approaches are already fast enough.
Cheers Rolf
( addicted to the Perl Programming Language)
oops undef @hash{@arr} is significantly faster than @hash{@arr}=()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Best method to diff very large array efficiently
by Kenosis (Priest) on Nov 25, 2013 at 23:00 UTC |