Skip to content

Bloom Filters What? Why? How?

What are Bloom Filters?
  • A space-efficient, probabilistic data structure.
  • used to test whether an element is a member of a set.