golang-gopkg-vmihailenco-msgpack.v2-dev

Msgpack encoding for golang
  https://github.com/vmihailenco/msgpack
  0
  no reviews



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.