You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustc-hash is basically the same as fxHash just with different constants. You can see it in the graph.
Based on this issue: rust-lang/rustc-hash#18
I have been toying around with an improved version of rustc-hash. When that is ready I will post a PR there and update aHash's fallback with anything I learn.
https://crates.io/crates/rustc-hash
I'd be curious to see how things compare. Their docs say they outperform FNV, which is promising.
The text was updated successfully, but these errors were encountered: