|
|
|
Ask HN: Experience with Protocol Buffers
|
|
15 points
by bcater
5931 days ago
|
|
Does anyone here have experience with protocol buffers? http://code.google.com/p/protobuf/ I need to move some data faster and with less parsing on either side of the transmission, and these seem like a good choice. |
|
http://msgpack.sourceforge.net/
Make sure you benchmark simple JSON. It might be enough.