qedus / osmpbf

OpenStreetMap PBF file format parser in Go Lang.
MIT License
141 stars 29 forks source link

Try gogoprotobuf #28

Closed AlekSi closed 3 years ago

AlekSi commented 6 years ago

osmpbf is allocation heavy. The code generated by https://github.com/gogo/protobuf can improve performance. Of course, benchmarks should prove it. And library package dependency should not change, only the .pb.go generator.

jongillham commented 6 years ago

I'm am all for increased performance at minimal expense.

AlekSi commented 3 years ago

I will close that one as the latest version of the protobuf is much faster than it used to be, and gogo/protobuf is not as maintained as it used to be.