Serializer benchmarks. I am working on a project in which clients will be submitting more data than my current server implementation knows what to do with.
The reason the current implementation doesn't use all of the submitted data is that I don't yet know what the quality of the data will be until the client is deployed in the wild. I want to record all of the submitted data, though, in the expectation that a future implementation will be able to use it. So I was considering formats for logging the submitted data such that it would be easy to parse in the future. CASSANDRA-1765] Compare serialization metrics between a few frameworks. Thrift-protobuf-compare - Comparing varius aspects of Serialization libraries on the JVM platform. Benchmarking - thrift-protobuf-compare - Comparing varius aspects of Serialization libraries on the JVM platform.
The wiki moved to For discussions please use Started with few blog posts and with the help of many contributes, this project is now benchmarking much more then just protobuf and thrift.