About Anaconda Help Download Anaconda

conda-forge / packages / unordered_dense 4.5.0

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

copied from cf-staging / unordered_dense

Installers

  • linux-64 v4.5.0
  • win-64 v4.5.0
  • osx-64 v4.5.0
  • osx-arm64 v4.5.0
  • linux-ppc64le v4.5.0
  • linux-aarch64 v4.5.0

conda install

To install this package run one of the following:
conda install conda-forge::unordered_dense

Description

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion for C++17 and later.

The classes ankerl::unordered_dense::map and ankerl::unordered_dense::set are (almost) drop-in replacements of std::unordered_map and std::unordered_set.

While they don't have as strong iterator / reference stability guaranties, they are typically much faster.

Additionally, there are ankerl::unordered_dense::segmented_map and ankerl::unordered_dense::segmented_set with lower peak memory usage. and stable iterator/references on insert.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy