Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 313 Bytes

10c-count_min_sketch.asciidoc

File metadata and controls

13 lines (6 loc) · 313 Bytes

Count-Min-Sketch

  • For each entry, calculate N hashes

  • increment each bucket

  • count cannot be more than value of smallest bucket

Even if bucket for zephyr collides with the bucket for also on one of the hashes, it’s exceedingly unlikely to collide with it on all the

Related to Bloom Filter