summaryrefslogtreecommitdiffstats
path: root/python/msgpack-python/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/msgpack-python/README')
-rw-r--r--python/msgpack-python/README6
1 files changed, 6 insertions, 0 deletions
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.