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.
|
|---|