Expand description

Implementations of Hasher that work well with ThinMap/ThinSet

Structs

A hasher that should work a little bit better for multi-field custom keys.
The default hasher used by ThinMap/ThinSet. Resilient and fast.
A very fast hasher that has low resilience. Still appropriate for ThinMap/ThinSet because of the non-linear, adaptive collision resolution.