libboost-unordered/1.83.0

[full]

Unordered associative containers

Part of collection of the Boost C++ Libraries.

For accessing data based on key lookup, the C++ standard library offers std::set, std::map, std::multiset and std::multimap. These are generally implemented using balanced binary trees so that lookup time has logarithmic complexity. That is generally okay, but in many cases a hash table can perform better, as accessing data has constant complexity, on average. The worst case complexity is linear, but that occurs rarely and with some care, can be avoided.

... More
version 1.83.0
license BSL-1.0Boost Software License 1.0
repository https://pkg.cppget.org/1/legacy
download libboost-unordered-1.83.0.tar.gz
sha256 329da4613a16d13ecb3a7d0835ecadb3cecd914a77c372f427aa6a39fc2ea6f2
project boost
url github.com/boostorg/unordered
doc-url www.boost.org/doc/libs/1_83_0/libs/unordered
package-url github.com/build2-packaging/boost
package-email packaging@build2.orgMailing list
topics C++Boost

Depends (12)

libboost-assert == 1.83.0
libboost-config == 1.83.0
libboost-container-hash == 1.83.0
libboost-core == 1.83.0
libboost-move == 1.83.0
libboost-mp11 == 1.83.0
libboost-predef == 1.83.0
libboost-preprocessor == 1.83.0
libboost-static-assert == 1.83.0
libboost-throw-exception == 1.83.0
libboost-tuple == 1.83.0
libboost-type-traits == 1.83.0

Reviews

fail 0
pass 1