Fast persistent dictionary

Padraig Brady Padraig at Linux.ie
Mon Oct 7 06:50:38 EDT 2002


Дамјан Г. wrote:
> I need a fairly fast and simple persistent dictionary for use in 
> a Python program. I'll only store two string values for each key 
> (a string also). It's important that the contents of the dictionary are
> saved to disk as soon as possible so to survive system failures in a
> consistent state.

A python wrapper around tdb might be appropriate?

Padraig.




More information about the Python-list mailing list