[Israel.pm] Handling huge data-structures?
Offer Kaye
offer.kaye at gmail.com
Sun Aug 29 08:30:02 PDT 2004
On Sun, 29 Aug 2004 17:32:33 +0300 (IDT), Yuval Yaari wrote:
>
> I have a <1GB file that I want to keep in a hash, and work with that hash
> like a normal hash, just keep it out of my memory (on the HDD, probably).
>
> What solutions exist (except for buying more RAM) and what are their
> limitations?
>
> Thanks,
> --Yuval
>
Array based rather than hash based solution, but good for large data
sets and works pretty much as you described above:
Tie::File
--
Offer Kaye
More information about the Perl
mailing list