Boost
  C++ Libraries
  
  ...one of the most highly
  regarded and expertly designed C++ library projects in the
  world.
 — Herb Sutter and Andrei
  Alexandrescu, C++
  Coding Standards
flat_[multi]_map/set containers were originally based
          on Loki's
          AssocVector class. Code was rewritten and expanded for Boost.Interprocess,
          so thanks to Andrei Alexandrescu.
        stable_vector was invented
          and coded by Joaquín
          M. López Muñoz, then adapted for Boost.Interprocess.
          Thanks for such a great container.
        static_vector was based
          on Andrew Hundt's and Adam Wulkiewicz's high-performance varray class. Many performance improvements
          of vector were also inspired
          in their implementation. Thanks!