MessagePack is a binary-based efficient object serialization library.
I just installed node-msgpack and tested it against native JSON. MessagePack is much slower. Anyone know why? Using the authors' …