Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.03 KB

File metadata and controls

18 lines (13 loc) · 1.03 KB
search
boost
0.5

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

../0/index.md - ../a/index.md - ../b/index.md - ../c/index.md - ../d/index.md - ../e/index.md - ../f/index.md - ../g/index.md - ../h/index.md - ../i/index.md - ../j/index.md - ../k/index.md - ../l/index.md - ../m/index.md - ../n/index.md - ../o/index.md - ../p/index.md - ../q/index.md - ../r/index.md - ../s/index.md - ../t/index.md - ../u/index.md - ../v/index.md - ../w/index.md - ../x/index.md - ../y/index.md - ../z/index.md