Can you share you speed tests?
Hi.
I also wrote a parser and a serializer for Protobuf for Python. I would like to know how my implementation compares to yours speed-wise. Do you have your performance tests available so that I could try to run on the same input data?
Thanks!
You can find my benchmarking test here: https://github.com/appnexus/pyrobuf/blob/master/tests/performances.py
Thanks a bunch.
Did you know the Google's implementation has these: https://github.com/google/protobuf/tree/master/benchmarks/datasets ? I actually discovered them very recently (and I don't think that my parser supports everything in those messages, in particular, not the default field values), still, they seem like a decent data for benchmarks.