in reply to Re^4: Remove Duplicates from Array
in thread Remove Duplicates from Array
Well, the Description for the module explicitly tells us two things:
All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine.
I'm deducing from the description that the Perl implementations aren't really intended to be that efficient.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Remove Duplicates from Array
by JadeNB (Chaplain) on Nov 03, 2008 at 15:22 UTC |