AdvancedVocabulary#software-architecture#developer-tools#backend

HyperLogLog Vocabulary

Build fluency in the vocabulary of estimating a distinct count over a huge stream with a small, fixed memory footprint.

0 / 5 completed
1 / 5
At standup, a dev mentions estimating the number of distinct items in a huge stream using only a small, fixed amount of memory, by hashing each item and tracking the longest run of leading zero bits observed across many hashed buckets. What is this structure called?