We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How does this hashmap perform with regards to the thorough testing @martinus did in his blog series about the current cutting edge hash maps?
The text was updated successfully, but these errors were encountered:
I've tried to add it when creating the benchmark, but unfortunately the map doesn't have a default constructor so I've stopped right there. See https://github.com/martinus/map_benchmark#maps-i-couldnt-add
Sorry, something went wrong.
Yes I think the empty key should be selected through a template parameter instead of a constructor argument at runtime.
No branches or pull requests
How does this hashmap perform with regards to the thorough testing @martinus did in his blog series about the current cutting edge hash maps?
The text was updated successfully, but these errors were encountered: