Replacement for the shelve module?

Miki Tebeka miki.tebeka at gmail.com
Fri Aug 19 13:15:53 EDT 2011


You might check one of many binary encoders (like Avro, Thrift ...).
The other option is to use a database, sqlite3 is pretty fast (if you schema is fixed). Otherwise you can look at some NoSQL ones (like MongoDB).



More information about the Python-list mailing list