You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our RemoteEngineService use gRPC to communicate between different servers, and adopt protobuf as encode/decode methods, protobuf is not a very high performance library, and we observe high CPU usage in our production env.
Proposal
Explore new serialization library, which support following features:
Zero copy, which means its wire format is the same as memory layout.
Describe This Problem
Our RemoteEngineService use gRPC to communicate between different servers, and adopt protobuf as encode/decode methods, protobuf is not a very high performance library, and we observe high CPU usage in our production env.
Proposal
Explore new serialization library, which support following features:
Additional Context
Some choices:
The text was updated successfully, but these errors were encountered: