in reply to Re: Iterating through Two Arrays. Is there a better use of memory?
in thread Iterating through Two Arrays. Is there a better use of memory?
I worry about hashes because of some previous work I've done and some points made in this article.
HashMemoryBlogEspecially where it says "Perl's hashes are inefficient. You need A LOT of memory if you intend to hash tens of millions of key."
This is a concern for me, because the datasets I'm using are really really gigantic.
And I meant to say, 1,000 elements in each array.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Iterating through Two Arrays. Is there a better use of memory?
by davido (Cardinal) on Oct 13, 2011 at 17:30 UTC | |
|
Re^3: Iterating through Two Arrays. Is there a better use of memory?
by DentArthurDent (Monk) on Oct 13, 2011 at 17:29 UTC | |
by Jeri (Scribe) on Oct 13, 2011 at 17:32 UTC |