in reply to Re: Using map to create a hash/bag from an array
in thread Using map to create a hash/bag from an array

Didn't they optimize map at some point so it doesn't actually creat a new array when in a null context? That would explain why map++ is so much faster than map.


-Lee

perl digital dash (in progress)
  • Comment on Re^2: Using map to create a hash/bag from an array