diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-30 16:46:00 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:59 -0600 |
commit | aba0faad120e1c799bc3d7c02cc1220de5091a23 (patch) | |
tree | 7776cf0e4e0223af149157b5d1786b5f13b7df35 /python/msgpack-python/README | |
parent | f0ed396ad6a4daf0fe9d8d4d28100349d77550e0 (diff) |
python/msgpack-python: Added (MessagePack for Python)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/msgpack-python/README')
-rw-r--r-- | python/msgpack-python/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/msgpack-python/README b/python/msgpack-python/README new file mode 100644 index 000000000000..9176445d49b1 --- /dev/null +++ b/python/msgpack-python/README @@ -0,0 +1,6 @@ +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. |