slackbuilds/python/msgpack-python
Dimitris Zlatanidis 93db2fa887
python/msgpack-python: Updated for version 0.5.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2018-11-10 07:48:24 +07:00
..
README python/msgpack-python: Update README. 2016-11-14 16:59:13 +07:00
msgpack-python.SlackBuild python/msgpack-python: Updated for version 0.5.6. 2018-11-10 07:48:24 +07:00
msgpack-python.info python/msgpack-python: Updated for version 0.5.6. 2018-11-10 07:48:24 +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.

Optional dependency: python3