
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.