How HyperLogLog Counts Billions of Views with 12KB RAM
TL;DR: HyperLogLog (HLL) is a probabilistic data structure that estimates cardinality (unique counts) with minimal memory. Instead of storing millions of unique IDs, it hashes incoming data and tracks
doogal.dev6 min read