http://www.perlmonks.org?node_id=629827


in reply to Re^2: how to speed up dupe checking of arrays
in thread how to speed up dupe checking of arrays

List::More-Utils is faster as my try but slower then the dupe checking while in while loop.
problem might be the pass trough each element of the array wich becomee the main time consuming element.
as i see it dosnt matte rmuch waht u use when u have kinda small arrays, but when u have arrays with several million elements, all the saved milliseconds count ;)

kd ultibuzz