my computer is allergic to pickles

Miki Tebeka miki.tebeka at gmail.com
Fri Mar 4 23:20:34 EST 2011


> I'm using python to do some log file analysis and I need to store
> on disk a very large dict with tuples of strings as keys and
> lists of strings and numbers as values.
I recommend that you'll use the shelve module. It stores data on disk and is more memory efficient than in-memory pickle objects.

HTH,
--
Miki



More information about the Python-list mailing list