Why it matters
Hopscotch is cache-optimal hash. Understanding shapes performance tuning.
Advertisement
The architecture
Each item within H slots of h(k).
Insert: probe within H; if none, hop existing.
Advertisement
How it works end to end
H = 32 typical.
Cache lines fit neighborhood.
Concurrent-friendly.
Load factor high (>90%).