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-9.fc42 | - |
Fedora 42 | 0.6.2-9.fc42 | - |
Fedora 41 | 0.6.2-8.fc41 | - |
Fedora 40 | 0.6.2-7.fc40 | - |
Fedora EPEL 9 | 0.6.2-1.el9 | - |
Fedora 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
.