in reply to What is the fastest way to delete duplicates from multi dimensional array ?

Have you looked at the common way of eliminating duplicates, as shown by perldoc -q duplicate, available online in perlfaq4 ("How can I remove duplicate elements from a list or array")? What part of it is slow?

  • Comment on Re: What is the fastest way to delete duplicates from multi dimensional array ?
  • Download Code