pyrobuf icon indicating copy to clipboard operation
pyrobuf copied to clipboard

Can you share you speed tests?

Open ghost opened this issue 7 years ago • 2 comments

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!

ghost avatar Jul 23 '18 13:07 ghost

You can find my benchmarking test here: https://github.com/appnexus/pyrobuf/blob/master/tests/performances.py

tburmeister avatar Jul 23 '18 13:07 tburmeister

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.

wvxvw avatar Jul 23 '18 14:07 wvxvw