greg7mdp / parallel-hashmap

A family of header-only, very fast and memory-friendly hashmap and btree containers.
https://greg7mdp.github.io/parallel-hashmap/
Apache License 2.0
2.47k stars 234 forks source link

For parallel maps with read-capable mutexes, do read lock for lookup in `try_emplace_l` #216

Closed greg7mdp closed 10 months ago

greg7mdp commented 10 months ago

Resolves #215