About Anaconda Help Download Anaconda

conda-forge / packages / sparsehash-c11 2.0.3

Experimental C++11 version of sparsehash

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v2.0.3
  • osx-64 v2.0.3
  • win-64 v2.0.3

conda install

To install this package run one of the following:
conda install conda-forge::sparsehash-c11
conda install conda-forge/label/cf202003::sparsehash-c11

Description

This header-only package contains several hash-map implementations, similar in API to SGI's hashmap class, but with different performance characteristics. sparsehashmap uses very little space overhead, 1-2 bits per entry. densehashmap is very fast, particulary on lookup. (sparsehashset and densehash_set are the set versions of these routines.) On the other hand, these classes have requirements that may not make them appropriate for all applications.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy