MENU

Fun & Interesting

Bloom filter for System Design | Bloom filter applications | learn bloom filter easily

Tech Dummies - Narendra Lakshmana Gowda 112,826 lượt xem 6 years ago
Video Not Working? Fix It Now

A Bloom filter is a space-efficient probabilistic data structure, conceived by Burton Howard Bloom in 1970, that is used to test whether an element is a member of a set.
Learn bloom filter easily by watching this video.

Java Code by Varun vats: https://gist.github.com/VarunVats9/02942fd38a5cbdf673715d2e607e5752
Donate/Patreon: https://www.patreon.com/techdummies

Compute bloom filter size: https://hur.st/bloomfilter/

Comment