Module fast

Expand description

The foldhash implementation optimized for speed.

Structs§

FixedState
A BuildHasher for fast::FoldHasher that always has the same fixed seed.
FoldHasher
A Hasher instance implementing foldhash, optimized for speed.
RandomState
A BuildHasher for fast::FoldHasher that is randomly initialized.
SeedableRandomState
A BuildHasher for fast::FoldHasher that is randomly initialized by default, but can also be initialized with a specific seed.