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
std::collections::hashmap::HashMap loops through the entire map on get/insert which should not be necessary.
std::collections::hashmap::HashMap
There's a few alternate algorithms/structures we could use:
break
None
No response
The text was updated successfully, but these errors were encountered:
HashMap
jfecher
Successfully merging a pull request may close this issue.
Problem
std::collections::hashmap::HashMap
loops through the entire map on get/insert which should not be necessary.Happy Case
There's a few alternate algorithms/structures we could use:
break
as long as the results are properly constrained afterward.Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: