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

Optimization for parallel hash map erase_if function #211

Closed bpmckinnon closed 11 months ago

bpmckinnon commented 11 months ago

Optimization for parallel hash map erase_if function. Deals only with inner set iterators to avoid overhead of using parallel map iterators.

Silence a constexpr warning in allocator test