skarupke / flat_hash_map

A very fast hashtable
1.69k stars 186 forks source link

C++17-compliant try_emplace #19

Open Bouncner opened 5 years ago

Bouncner commented 5 years ago

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?

WeHaveCookie commented 5 years ago

Hi there, You can take a look to this PR.