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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Protobuf marshals each message separately, creating a new buffer to store the wire data for every message it seems.
It would be great to investigate if we can reuse the buffer used for the messages of one archive request, to only allocate one message of WriteBufferSize.