-
Type: Improvement
-
Resolution: Unresolved
-
Priority: 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.