in reply to Re: Re: Re: Re: Hitting memory limit? (ActiveState Perl)
in thread Hitting memory limit? (ActiveState Perl)

In a word, no. The overhead of a scalar (the hash values) is the same regardless of what it contains. Using a hash to point into an array would just add the overhead of the entire array structure.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Timing (and a little luck) are everything!

  • Comment on Re: Re: Re: Re: Re: Hitting memory limit? (ActiveState Perl)