boostorg / unordered

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

Boost.Unordered

Branch CI Drone status Build status codecov Deps Documentation Enter the Matrix
Branch CI Drone status Build status codecov Deps Documentation Enter the Matrix
BSL 1.0 C++11 required Header-only library

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

boost::concurrent_node_set boost::concurrent_node_map

Learn about Boost.Unordered

Boost.Unordered can be installed in a number of ways:

[options]
boost:header_only=True

Support

Contribute