0
comment
comment
on 12/10/2011 2:12 PM
A little while ago I put together a quick performance test comparing the BCL’s BinaryFormatter with that of Marc Gravell’s protobuf-net library (.Net implementation of Google’s protocol buffer format). You can read more about my results here. There’s another fast binary serialization library which I had heard about before, MessagePack, which claims to be 4 [...]