Struct fxhash::FxHasher [−][src]
pub struct FxHasher { /* fields omitted */ }Expand description
This hashing algorithm was extracted from the Rustc compiler. This is the same hashing algoirthm used for some internal operations in FireFox. The strength of this algorithm is in hashing 8 bytes at a time on 64-bit platforms, where the FNV algorithm works on one byte at a time.
This hashing algorithm should not be used for cryptographic, or in scenarios where DOS attacks are a concern.
Trait Implementations
Writes a single usize into this hasher.
Writes a single u128 into this hasher.
Writes a single i128 into this hasher.
Writes a single isize into this hasher.
Auto Trait Implementations
impl RefUnwindSafe for FxHasher
impl UnwindSafe for FxHasher
Blanket Implementations
Mutably borrows from an owned value. Read more
