You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis deed32282f
python/msgpack-python: Updated for version 0.4.8.
9 years ago
..
README python/msgpack-python: Added (MessagePack for Python) 12 years ago
msgpack-python.SlackBuild python/msgpack-python: Updated for version 0.4.8. 9 years ago
msgpack-python.info python/msgpack-python: Updated for version 0.4.8. 9 years ago
slack-desc python/msgpack-python: Added (MessagePack for Python) 12 years ago

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.