slackbuilds/python/msgpack-python
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
msgpack-python.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
msgpack-python.info python/msgpack-python: Updated for version 1.0.2. 2021-05-26 11:03:39 +07:00
slack-desc python/msgpack-python: Switch to https. 2017-11-20 17:53:56 +07:00

README

It's like JSON.
but fast and small.
MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller.
Small integers are encoded into a single byte, and typical short strings require
only one extra byte in addition to the strings themselves.