in reply to (MeowChow) Re3: (Efficiently) comparing arrays
in thread comparing arrays

And also because the map he used has a lexically scoped block but the for loop that you used does not. Handling the scope has an overhead associated with it im pretty sure.

just my $0.02

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.

  • Comment on Re: (MeowChow) Re3: (Efficiently) comparing arrays