We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would you be ok with adding flatbuffers ?
I used to use protobuf but now flatbuffers is mature. It’s much faster and I am using it on golang projects
it also makes it much easier to compile to wasm with tinygo if your interested
The text was updated successfully, but these errors were encountered:
I need to evaluate the feasibility before I give you an answer
Sorry, something went wrong.
example usage:
https://github.com/apache/skywalking-banyandb/blob/main/banyand/liaison/grpc/grpc.go
https://github.com/untillpro/dynobuffers
No branches or pull requests
Would you be ok with adding flatbuffers ?
I used to use protobuf but now flatbuffers is mature. It’s much faster and I am using it on golang projects
it also makes it much easier to compile to wasm with tinygo if your interested
The text was updated successfully, but these errors were encountered: