You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: