Browse Source
python/msgpack-python: Update README.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
pull/26/head
Dimitris Zlatanidis
9 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with
2 additions and
0 deletions
-
python/msgpack-python/README
|
|
|
@ -4,3 +4,5 @@ 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. |
|
|
|
|
|
|
|
Optional dependency: python3 |