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). -- http://mail.python.org/mailman/listinfo/python-list
- Replacement for the shelve module? Forafo San
- Re: Replacement for the shelve module? Ken Watford
- Re: Replacement for the shelve module? Robert Kern
- Re: Replacement for the shelve module? Thomas Jollans
- Re: Replacement for the shelve module? Forafo San
- Re: Replacement for the shelve module? Miki Tebeka
- Re: Replacement for the shelve module? Steven D'Aprano
- Re: Replacement for the shelve module? Robert Kern
- Re: Replacement for the shelve module? Steven D'Aprano
- Re: Replacement for the shelve module? Gregory Ewing
- Re: Replacement for the shelve module? Chris Angelico
- Re: Replacement for the shelve module? Dan Stromberg