![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Re: Subroutines: Returning a hash vs. hash referenceby mt2k (Hermit) |
on Nov 28, 2002 at 04:50 UTC ( #216240=note: print w/replies, xml ) | Need Help?? |
/me mutters something along the lines of "Why didn't I think of that?" :) Anyhow, I went as far as 2000x2000 and got the following results: This demonstrates that hash REFs do indeed run much faster. I suppose that returning a regular hash requires that the interpreter copy the data structure... likely doubling the memory required to keep the data structure memorized. Thanks a lot, I do believe I have got an answer to my "problem".
In Section
Seekers of Perl Wisdom
|
|