boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
62 stars 55 forks source link

[FR] Ability to choose underlying containers for flat maps + extended allocators support #224

Open psiha opened 8 months ago

psiha commented 8 months ago

Similarily to the way Boost.Container does it: https://www.boost.org/doc/libs/1_84_0/doc/html/container/extended_allocators.html adopt_sequence

At the same time please try to accommodate "unusual backing storage": support using memory mapped, persistent, file backed storage - https://github.com/boostorg/container/issues/260.