http://qs321.pair.com?node_id=841272


in reply to Re: Optimizing Iterating over a giant hash
in thread Optimizing Iterating over a giant hash

There is, on the one hand, a Core-Module Called FileDB, wich enables you to ,simply saying, put a HASH on disk, but every access to the HASH then is a Filesystem-I/O operation (wich means it is slow). There is another Module at CPAN, called BerkeleyDB, but the documentation has many TODOs in it.

Replies are listed 'Best First'.
Re^3: Optimizing Iterating over a giant hash
by Anonymous Monk on May 23, 2010 at 21:48 UTC