MessagePack (de)serializer.
Project description
MessagePack (de)serializer.
MessagePack (de)serializer for Python.
What’s MessagePack? (from http://msgpack.sourceforge.jp/)
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small.