handeling very large dictionaries
mclovin
hanooter at gmail.com
Sun Jun 28 19:13:18 EDT 2009
Hello all,
I need to have a dictionary of about 8 gigs (well the data it is
processing is around 4gb). so naturally i am running into memory
errors.
So i looked around and found bsddb which acts like a dictionary object
only offloads the data from the RAM to the HDD, however that only
supports strings.
my dictionaries hold my own class objects
Is there something like it that is more flexible?
More information about the Python-list
mailing list