AdvancedVocabulary#software-architecture#developer-tools#backend

Count-Min Sketch Vocabulary

Learn the vocabulary of estimating item frequencies in a huge stream with a small, fixed-size hashed counter grid.

0 / 5 completed
1 / 5
At standup, a dev mentions estimating how many times each item has appeared in a huge stream using a small, fixed-size grid of counters updated by several hash functions, trading a small, one-directional overestimation error for using far less memory than an exact per-item counter. What is this structure called?