C++ implementation of a memory efficient hash map and hash set
The sparse-map library is a C++ implementation of a memory efficient hash map and hash set. It uses open-addressing with sparse quadratic probing. The goal of the library is to be the most memory efficient possible, even at low load factor, while keeping reasonable performances.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.6.2-1.fc36 | - |
EPEL 9 | 0.6.2-1.el9 | - |
EPEL 8 | 0.6.2-2.el8 | - |
You can contact the maintainers of this package via email at
tsl-sparse-map dash maintainers at fedoraproject dot org
.