Why it matters
Count-Min sketch powers heavy hitters, per-key rate limits, and streaming analytics.
Advertisement
The architecture
d rows × w counters.
Increment counter at each hash.
Query = min across d.
Advertisement
How it works end to end
d rows × w counters.
Update O(d).
Query O(d).