Module fast
The foldhash implementation optimized for speed.
Structs
-
FixedState
A
BuildHasherforfast::FoldHasherthat always has the same fixed seed. -
FoldHasher
A
Hasherinstance implementing foldhash, optimized for speed. -
RandomState
A
BuildHasherforfast::FoldHasherthat is randomly initialized. -
SeedableRandomState
A
BuildHasherforfast::FoldHasherthat is randomly initialized by default, but can also be initialized with a specific seed.