Bloom Filters: How Apps Remember a Billion Things in About a Gigabyte

A Bloom filter is a simple memory trick for the question ‘have I seen this before?’ It can track a billion items in about 1.2 GB, never missing one it recorded, at the cost of rare false alarms.
software-engineering
data-science
Author

Kabui, Charles

Published

2026-07-03

Keywords

bloom-filter, probabilistic-data-structure, hash-functions, false-positive, memory-efficiency