|
hashbrowns 1.0.0
|
Learn how to interpret memory_* allocation metrics and *_probes_* (HashMap open addressing) and how to tune:
--memory-tracking to collect allocation deltas--hash-load and --hash-capacity to control clustering and rehash behaviorExamples:
Probe counts should stay near 1–2 for searches under moderate load (< 0.7). Values above ~5 suggest reducing load factor or increasing capacity.