Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, all protobuf message handlers must take a vector for repeated fields, rather than a RepeatedPtrField.
This requires that a copy be performed of the repeated field's entries (see here), which can be very expensive in some cases. We should avoid requiring this expense on the callers.
Attachments
Issue Links
- relates to
-
MESOS-6971 Use arena allocation to improve protobuf message passing performance.
- Resolved