> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to