mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-31 01:20:40 +08:00
d675336a8d14f39f00ec020a043a7302e1f2ecbe
The Parallel Hashmap
For a full writeup explaining the design and benefits of the Parallel Hashmap, please click here.
IMPORTANT: This repository borrowed a lot of code from the abseil-cpp repository, notably for the implementations of
phmap::flat_hash_map,phmap::flat_hash_set,phmap::node_hash_mapandphmap::node_hash_set. Please be aware that the code from abseil-cpp has been modified, and may behave differently than the original. This repository should be construed as an independent work, with no guarantees of any kind implied or provided by the authors.
Description
Languages
C++
100%