Module fast

Source
Expand description

The foldhash implementation optimized for speed.

Structs§

FixedState
A [BuildHasher] for fast::FoldHashers that all have the same fixed seed.
FoldHasher
A [Hasher] instance implementing foldhash, optimized for speed.
RandomState
A [BuildHasher] for fast::FoldHashers that are randomly initialized.