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.53k stars 239 forks source link

implement `erase` using `erase_if_impl` #223

Closed greg7mdp closed 11 months ago

greg7mdp commented 11 months ago

Also fix an issue in yesterday's erase() change.