Skip to content
Snippets Groups Projects
Unverified Commit 72522e55 authored by lni's avatar lni Committed by GitHub
Browse files

logservice: reduced rpc marshal/unmarshal overheads (#4460)

Previously, all Log Service requests and responses carry possible data fields as not nullable, meaning they are values rather than pointers. This would require full marshal/unmarshal of them even when they are empty. Changed them to pointer types to reduce such marshal and unmarshal overheads.

Approved by: @fengttt
parent a272bea5
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment