Standardize on a single small/inlined vector type

XMLWordPrintableJSON

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

      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
            Reporter:
            Gregory Noma
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: