Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++17-compliant try_emplace #19

Open
Bouncner opened this issue Oct 5, 2018 · 1 comment
Open

C++17-compliant try_emplace #19

Bouncner opened this issue Oct 5, 2018 · 1 comment

Comments

@Bouncner
Copy link

Bouncner commented Oct 5, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants