Hacker News new | ask | show | jobs
by arunodhaya 1152 days ago
HyperLogLog is a probabilistic algorithm that allows for a highly accurate "estimation" of the number of distinct elements in a dataset. In this post, we'll see how HLL works and implement it in Rust.