quickle

A quicker pickle


Keywords
pickle, python, serialization
License
BSD-3-Clause
Install
pip install quickle==0.4.0

Documentation

quickle 🥒

travis pypi conda

quickle is a fast and small serialization format for a subset of Python types. It's based off of Pickle, but includes several optimizations and extensions to provide improved performance and security. For supported types, serializing a message with quickle can be ~2-10x faster than using pickle.

https://github.com/jcrist/quickle/raw/master/docs/source/_static/bench-1.png

See the documentation for more information.

LICENSE

New BSD. See the License File.