Kireeti's Blog

Thoughts on software and technology.

Bloom Filters

Bloom Filter is a space efficient probabilistic data structure that tells you if an item is definitely not in a set or maybe in the set. Here's how it works and why it's everywhere.

data-structuresbloom-filterssystem-design

Hello, World

Why this blog exists and what I plan to write about.

WelcomeIntroduction