| Name: | tsl-sparse-map-devel |
|---|---|
| Version: | 0.6.2 |
| Release: | 1.el9 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 175788 |
| License: | MIT |
| RPM: | tsl-sparse-map-devel-0.6.2-1.el9.aarch64.rpm |
| Source RPM: | tsl-sparse-map-0.6.2-1.el9.src.rpm |
| Build Date: | Sun Feb 20 2022 |
| Build Host: | build-ol9-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/Tessil/sparse-map |
| Summary: | C++ implementation of a memory efficient hash map and hash set |
| Description: | 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. |