Open Nugine opened 2 years ago
https://docs.rs/fnv/latest/fnv/
The FNV hash function is a custom Hasher implementation that is more efficient for smaller hash keys. When you have a map of integers to other values, FNV is demonstrably faster.
https://docs.rs/fnv/latest/fnv/