-
Notifications
You must be signed in to change notification settings - Fork 4
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
Change hasher from std to fxhasher #25
Comments
Decided to change hasher from std to AHash instead of fxhasher, no idea about perf, havent tested |
Seems like there is some perf reduction on master, cant pin point what exactly is causing the perf degradation, but I am suspecting the use of Ahash is affecting it
|
Regarding this issue, I think we should just parameterize the hashmaps rather than using the different hasher |
Using Fxhash is causing this problem
|
No description provided.
The text was updated successfully, but these errors were encountered: