Skip to main content

Home/ Web Performance/ Group items tagged string

Rss Feed Group items tagged

Laurent Paoletti

MessagePack: It's like JSON. but fast and small. - 0 views

shared by Laurent Paoletti on 29 Dec 12 - Cached
  •  
    MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON but it's faster and smaller. For example, small integers (like flags or error code) are encoded into a single byte, and typical short strings only require an extra byte in addition to the strings themselves.
1 - 6 of 6
Showing 20 items per page