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

FastHashMap look up improvements #427

Open
rschwietzke opened this issue Oct 10, 2023 · 1 comment
Open

FastHashMap look up improvements #427

rschwietzke opened this issue Oct 10, 2023 · 1 comment
Assignees
Labels
performance report Change to report or reporting.

Comments

@rschwietzke
Copy link
Contributor

rschwietzke commented Oct 10, 2023

  • Review put and remove if they would also benefit from hashCode comparison before equals.
@rschwietzke rschwietzke added performance report Change to report or reporting. labels Oct 10, 2023
@rschwietzke
Copy link
Contributor Author

In addition, we might have to spread hash values more because it is a map with power of two.

@rschwietzke rschwietzke self-assigned this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance report Change to report or reporting.
Projects
None yet
Development

No branches or pull requests

1 participant