slackbuilds/python/msgpack-python
Dimitris Zlatanidis 1a7bf51280 python/msgpack-python: Updated for version 0.4.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2015-05-25 17:23:32 +03:00
..
README python/msgpack-python: Added (MessagePack for Python) 2014-02-01 00:40:59 -06:00
msgpack-python.SlackBuild python/msgpack-python: Updated for version 0.4.6. 2015-05-25 17:23:32 +03:00
msgpack-python.info python/msgpack-python: Updated for version 0.4.6. 2015-05-25 17:23:32 +03:00
slack-desc python/msgpack-python: Added (MessagePack for Python) 2014-02-01 00:40:59 -06: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.