MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte while typical short strings require only one extra byte in addition to the strings themselves. initial port by edd@ OK edd@
6 lines
300 B
Plaintext
6 lines
300 B
Plaintext
MessagePack is an efficient binary serialization format, which lets you
|
|
exchange data among multiple languages like JSON, except that it's
|
|
faster and smaller. Small integers are encoded into a single byte while
|
|
typical short strings require only one extra byte in addition to the
|
|
strings themselves.
|