Unordered associative containers
Boost.Unordered offers a catalog of hash containers with different standards compliance levels, performances and intented usage scenarios:
boost::unordered_set
boost::unordered_map
boost::unordered_multiset
boost::unordered_multimap
boost::unordered_flat_set
boost::unordered_flat_map
boost::unordered_node_set
boost::unordered_node_map
boost::concurrent_flat_set
boost::concurrent_flat_map
Learn about Boost.Unordered
- Online documentation
- Some benchmarks
- Technical articles on Boost.Unordered internal design:
... More
license | BSL-1.0 |
---|---|
project | boost |
url | github.com/boostorg/unordered |
doc-url | www.boost.org/doc/libs/1_85_0/libs/unordered |
boost-users@lists.boost.orgMailing list | |
topics | C++Boost |
5 Versions
version | 1.85.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 7; libboost-assert, libboost-config, libboost-container-hash, libboost-core, libboost-mp11, libboost-predef, libboost-throw-exception |
reviews | +1 |
version | 1.83.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 12; libboost-assert, libboost-config, libboost-container-hash, libboost-core, libboost-move, libboost-mp11, libboost-predef, libboost-preprocessor, libboost-static-assert, libboost-throw-exception, libboost-tuple, libboost-type-traits |
reviews | +1 |
version | 1.81.0+1 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 11; libboost-assert, libboost-config, libboost-container-hash, libboost-core, libboost-move, libboost-mp11, libboost-predef, libboost-preprocessor, libboost-throw-exception, libboost-tuple, libboost-type-traits |
reviews | +1 |
version | 1.78.0 |
---|---|
repository | https://pkg.cppget.org/1/legacy |
depends | 13; libboost-assert, libboost-config, libboost-container, libboost-container-hash, libboost-core, libboost-detail, libboost-move, libboost-predef, libboost-preprocessor, libboost-smart-ptr, libboost-throw-exception, libboost-tuple, libboost-type-traits |
reviews | +1 |