We are currently evaluating the bytell_hash_map in our research database and found that there are situations where moving away from the C++17-introduced try_emplace to use the bytell_hash_map hurts performance in some place.
Is there a plan to update the map to fully implement the current C++17 interface?
We are currently evaluating the
bytell_hash_map
in our research database and found that there are situations where moving away from the C++17-introducedtry_emplace
to use thebytell_hash_map
hurts performance in some place.Is there a plan to update the map to fully implement the current C++17 interface?