Skip to main content

Module fnv1a

Module fnv1a 

Source
Expand description

FNV-1a 64-bit hash utility backing the loop and stagnation detectors.

§Why inline rather than using the fnv crate?

The full implementation is 10 lines with no unsafe code and no trait machinery. Vendoring it keeps the gglib-core dependency graph minimal and avoids pulling in an additional crate for a single trivial function.

Functions§

fnv1a_64 🔒
FNV-1a 64-bit hash of s.