Sagyam Thapablog.sagyamthapa.com.np·Dec 16, 2024An interactive guide to HyperLogLogThe problem Imagine you’re running a large-scale online store. Thousands of users visit your website every second, and you want to know how many unique users visit each day. This sounds straightforward—just track each user by their IP address or logi...1 like·313 readshyperloglog
Sagyam Thapablog.sagyamthapa.com.np·Dec 1, 2024An interactive guide to bloom filterIntroduction Bloom filter is space-efficient probabilistic data structure that can tell if a given element is already present in a database. It saves us from doing an expensive query to our database. While Bloom filters can guarantee that an element ...1 like·1.1K readsinteractive_blog