Hi all,

I have a dictionary in which each key is associated with a list as value.

eg: *dic={'a':['aa','ant','all']}*

The dictionary contains *1.5 lakh keys*.
Now i want to store it to a file,and need to be loaded to python program
during execution.
I expect your ideas/suggestions.

Note:I think cPickle,bsddb can be used for this purpose,but i want to know
the best solution which runs *faster*.

-- 
Yours,
S.Selvam
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to