in reply to Re: Re: How do I pre-allocate an array of hashes?
in thread How do I pre-allocate an array of hashes?

Yeah, this is due to the insane number of individual allocations that perl does when building hashes. It's something I'm looking into fixing for perl 6.
  • Comment on Re: Re: Re: How do I pre-allocate an array of hashes?