alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.56k stars 158 forks source link

Feature request: add benchmark for google protobuf #99

Closed hzxuzhonghu closed 2 weeks ago

hzxuzhonghu commented 3 years ago

As golang protobuf readme said:

It has been superseded by the google.golang.org/protobuf module, which contains an updated and simplified API, support for protobuf reflection, and many other improvements. We recommend that new code use the google.golang.org/protobuf module.

Could you provide the comparison with https://github.com/protocolbuffers/protobuf-go?

fahimbagar commented 2 weeks ago

Hi @alecthomas. I've added protobuf: https://github.com/alecthomas/go_serialization_benchmarks/pull/174. Let me know if I can do anything to make it better.

Anyway, thanks for the awesome project. This really helped me make my point. :smile:

hzxuzhonghu commented 2 weeks ago

Great thanks