Parallel-Hashmap¶
Parallel Hashmap is built on a modified version of Abseil's flat_hash_map. Parallel Hashmap has lower space requirements, is nearly as fast as the underlying flat_hash_map, and can be used from multiple threads with high levels of concurrency.
homepage: https://github.com/greg7mdp/parallel-hashmap
version | toolchain |
---|---|
1.3.12 |
GCCcore/12.3.0 |
1.33 |
GCCcore/10.3.0 |
1.36 |
GCCcore/11.3.0 |
(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)