eishay / jvm-serializers

Benchmark comparing serialization libraries on the JVM
http://groups.google.com/group/java-serialization-benchmarking
3.28k stars 561 forks source link

Add a test for msgpack #7

Closed vad closed 13 years ago

vad commented 13 years ago

http://msgpack.org/

cowtowncoder commented 13 years ago

After scratching my head for a while (msgpack java documentation is very thin, and its error messages cryptic) I managed to create a test codec for msgpack, which is now included. Performance seems to be similar to protobuf, thrift (bit slower than pb, bit faster than thrift), size likewise, both of which make sense.

vad commented 13 years ago

great! :)