Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
hdrhistogram¶
hdrhistogram is a port of HdrHistogram to Rust.
Hash Algorithms¶
phf¶
phf provides runtime support for perfect hash function data structures
fnv¶
fnv is an implementation of the Fowler–Noll–Vo hash function.
hashbrown¶
hashbrown is a Rust port of Google’s high-performance SwissTable hash map, adapted to make it a drop-in replacement for Rust’s standard HashMap and HashSet types.