[Bioperl-l] storing/retrieving a large hash on file system?

Robert Buels rmb32 at cornell.edu
Tue May 18 19:42:44 UTC 2010


Based on your description, you want to use either:

Storable - if you want to load the whole hash into memory

or

AnyDBM - if you want to be able to look things up from the hash without 
loading the whole thing in memory

Rob



More information about the Bioperl-l mailing list