From aba0faad120e1c799bc3d7c02cc1220de5091a23 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 30 Jan 2014 16:46:00 -0600 Subject: python/msgpack-python: Added (MessagePack for Python) Signed-off-by: Erik Hanson --- python/msgpack-python/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/msgpack-python/README (limited to 'python/msgpack-python/README') diff --git a/python/msgpack-python/README b/python/msgpack-python/README new file mode 100644 index 0000000000..9176445d49 --- /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. -- cgit v1.2.3-65-gdbad