slackbuilds_ponce/python/msgpack-python
Dimitris Zlatanidis 8b3acbf1a5 python/msgpack-python: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-18 14:59:55 -06:00
..
msgpack-python.info python/msgpack-python: Updated for version 0.4.1. 2014-02-18 14:59:55 -06:00
msgpack-python.SlackBuild python/msgpack-python: Updated for version 0.4.1. 2014-02-18 14:59:55 -06:00
README
slack-desc

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.