FastHasher

Type Alias FastHasher 

Source
pub type FastHasher = FoldHasher;
Expand description

A fast, non-cryptographic hash implementation that is optimized for quality.

The implementation is reasonably suitable for hash tables and other data structures that require fast hashing and some degree of collision resistance.

Currently, foldhash is used as the underlying implementation.

Aliased Typeยง

pub struct FastHasher { /* private fields */ }