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

fix wrong function type for parallel_hash_set::lazy_emplace_with_hash #150

Closed stdpain closed 2 years ago

stdpain commented 2 years ago

in flat_hash_set the proto type is iterator lazy_emplace_with_hash(const key_arg<K>& key, size_t& hashval, F&& f).

greg7mdp commented 2 years ago

Thanks for the fix @stdpain !