slackbuilds/python/msgpack-python
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07: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 Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07: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.