in reply to Re: Using Array::Diff
in thread Using Array::Diff
Also, if the lists are long, the performance is not very good because you have essentially two loops (the smat match over an array being an implicit loop), so the complexity is higher than using hashes (which Array::Diff does, if I remember correctly).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Array::Diff
by james28909 (Deacon) on Dec 03, 2014 at 08:11 UTC |