Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-88365

Standardize on a single small/inlined vector type

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Server Programmability

      Currently there are multiple different types we use as a "small vector" (which optimizes for the case of a small number of elements): absl::InlinedVector, boost::container::small_vector, and our own mongo::inline_memory::Vector. We should considering standardizing on one of these for consistency in our code, and/or figure out when one is preferable over the others.

            Assignee:
            Unassigned Unassigned
            Reporter:
            gregory.noma@mongodb.com Gregory Noma
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: