msgpack / msgpack

MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.

Home Page:http://msgpack.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show: Papers covering MessagePack

jviotti opened this issue · comments

Hey there!

As part of my MSc dissertation at University of Oxford, I wrote and published two papers covering the characteristics of various binary serialization formats, including MessagePack and performing a space-efficiency benchmark, respectively.

Sharing them here in case anybody finds them interesting! The first paper explains how MessagePack works including an annotated hexadecimal example and the second compares MessagePack to various other popular serialization formats.

All the best!

Thank you!
This kind or research is really valuable!
Once doing professional development, research becomes far too costly and time consuming to do within a projects budget.

Closing this issue. It has been opened for a while and served its purpose. Probably no need to have it open forever :) Thanks a lot!