|
|
|
|
|
by BlueZeniX
5143 days ago
|
|
I seriously wonder how it's possible that in his tests JSON got smaller than MsgPack. MsgPack is so close to JSON in structure, but very compact (1 byte type header, small numbers type and payload combined) it doesn't make any sense. |
|
That something similar is occurring to the messages in the talk, is the only explanation I could think of anyway... Looking at the thrift description, it does appear that there are int32s and doubles in the messages.
[1]: http://wiki.msgpack.org/display/MSGPACK/Format+specification...