Performance comparison of Thrift, Protocol Buffers, JSON, EJB, other? Performance comparison of Thrift, Protocol Buffers, JSON, EJB, other? python python

Performance comparison of Thrift, Protocol Buffers, JSON, EJB, other?


Latest comparison available here at the thrift-protobuf-compare project wiki. It includes many other serialization libraries.


I'm in the process of writing some code in an open source project named thrift-protobuf-compare comparing between protobuf and thrift. For now it covers few serialization aspects, but I intend to cover more. The results (for Thrift and Protobuf) are discussed in my blog, I'll add more when I'll get to it.You may look at the code to compare API, description language and generated code. I'll be happy to have contributions to achieve a more rounded comparison.