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

Investigate whether we can use the protobuf lite runtime for protocol messages #125

Closed
slinkydeveloper opened this issue Oct 25, 2023 · 3 comments

Comments

@slinkydeveloper
Copy link
Contributor

This should avoid issues with graalvm: protocolbuffers/protobuf#6497

@slinkydeveloper slinkydeveloper self-assigned this Oct 25, 2023
@slinkydeveloper
Copy link
Contributor Author

Also this might be a bit faster in some cases because it doesn't use reflections.

@slinkydeveloper
Copy link
Contributor Author

We should also consider getting rid of google's protobuf, but rather use https://github.com/HebiRobotics/QuickBuffers

@slinkydeveloper
Copy link
Contributor Author

For the time being it makes sense to stay on google's official library, and avoid the lite runtime, as toString and equals won't work with it 🤷

@slinkydeveloper slinkydeveloper removed their assignment Nov 15, 2023
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

1 participant