Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-6972

Improve performance of protobuf message passing by removing RepeatedPtrField to vector conversion.

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              bmahler Benjamin Mahler
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: