Get Started Now

Fast deserialization in Python via Metaoptimize

Interesting article which goes into a lengthy comparison of protobuf, JSON, and pickel.

Summary:

For quickly deserializing data in Python, use cjson. Simplejson is mysteriously slow on certain installations.