-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Research vtprotobuf #269
Comments
vtprotobuf is pretty cool. I have been using the DRPC with it. Its really awesome ... can compile the golang code to wasm and its works to talking to the server. so then your golang client code is reusable across web, mobile, desktop. here is an example using DRPC and wasm fully |
We are attempting to change the existing RPC using connect-rpc. |
Description:
Introduce vtprotobuf and measure performance change in Agent.
This summer, the Vitess teams have posted an article about their protobuf generator with impressive benchmarks. It is worth further examining whether there is a performance gain when introducing vtprotobuf.
Why:
The text was updated successfully, but these errors were encountered: