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

MessagePack Spec #msgpack It's like JSON. but fast and small. 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 ty...

Linked on 2013-09-09 23:36:02 | Similar Links