Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate protobuf files with gogo/protobuf #173

Open
achille-roussel opened this issue Oct 21, 2018 · 2 comments
Open

Generate protobuf files with gogo/protobuf #173

achille-roussel opened this issue Oct 21, 2018 · 2 comments

Comments

@achille-roussel
Copy link
Contributor

Hello,

I noticed that the generated protobuf files use the default code generator from Google, which is known for generating code with significant runtime overhead (due to heavy use of reflection and pointer types).

gogo/protobuf is an alternative implementation of the code generator and libraries, with a focus on lowering the runtime footprint of the protobuf generated files.

I was wondering if there was a reason why the lightstep tracer was not using gogo/protobuf?

@achille-roussel achille-roussel changed the title Generate protobuf files with gogo/probuf Generate protobuf files with gogo/protobuf Oct 21, 2018
@iredelmeier
Copy link
Contributor

We'll be exploring gogo moving forward :)

I'll keep this issue updated with future experiments, etc.

@achille-roussel
Copy link
Contributor Author

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants