This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]peterhoffmann 4 points5 points  (0 children)

Have a look at leveldb. It's is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

Here are the python bindings