Quickle – a fast and small Python serialization library

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 quickl… Read more

Similar