Hacker News
- A visual interactive guide to Bloom filters https://samwho.dev/bloom-filters/ 54 comments
- Understanding Bloom filters by building one https://ricardoanderegg.com/posts/understanding-bloom-filters-by-building-one/ 15 comments
- Word-Aligned Bloom Filters https://lemire.me/blog/2021/10/03/word-aligned-bloom-filters/ 77 comments
- Bloom Filters for the Perplexed https://sagi.io/2017/07/bloom-filters-for-the-perplexed/ 45 comments
- Bloom Filter (Python recipe) http://code.activestate.com/recipes/577684-bloom-filter/ 5 comments
Lobsters
- Bloom filter in JavaScript https://nlogn.xyz/2018/01/18/bloom-filter-in-javascript.html 3 comments javascript
- A Go implementation of a bloom filter, with support for boltdb and badgerdb as optional in-memory persistent storage. https://github.com/dsa0x/gobloomgo 11 comments golang
- Bloom Filters: benchmark against other hash tables + proof https://andybui01.github.io/bloom-filter/ 16 comments programming
- Let’s implement a Bloom Filter https://onatm.dev/2020/08/10/let-s-implement-a-bloom-filter/ 54 comments programming
- When Bloom filters don't bloom https://blog.cloudflare.com/when-bloom-filters-dont-bloom/ 11 comments programming
- Xor Filters: Faster and Smaller Than Bloom Filters https://lemire.me/blog/2019/12/19/xor-filters-faster-and-smaller-than-bloom-filters/ 6 comments compsci
- Xor Filters: Faster and Smaller Than Bloom Filters https://lemire.me/blog/2019/12/19/xor-filters-faster-and-smaller-than-bloom-filters/ 6 comments programming
- Meta-learning neural Bloom filters https://blog.acolyer.org/2019/07/19/meta-learning-neural-bloom-filters/ 9 comments programming
- Implementing a simple, high performance Bloom filter https://daankolthof.com/2019/05/06/implementing-a-simple-high-performance-bloom-filter-in-c/ 16 comments cpp
- Basic introduction to Bloom filters with a Go implementation https://yourbasic.org/algorithms/bloom-filter/ 8 comments golang
- Low-memory symbol indexing with bloom filters · Metals https://scalameta.org/metals/blog/2019/01/22/bloom-filters.html 8 comments scala
- Probabilistic Data structures: Bloom filter https://hackernoon.com/probabilistic-data-structures-bloom-filter-5374112a7832 3 comments programming
- In this blog post we introduce a parallel algorithm, bfsort, based on Bloom Filters, that can sort the array A in O(log n) time and O(m) space where m is the size of: { min, min + 1, min + 2, … , max - 1, max } http://blog.stermon.com/articles/2017/12/06/bloom-filter-sort-bfsort 3 comments compsci
- An optimal Bloom filter replacement [PDF] http://www.itu.dk/people/pagh/papers/bloom.pdf 9 comments compsci
- jbloomer: A bloom filter for Java in about 100 lines of code https://github.com/krisives/jbloomer/blob/master/src/jbloomer/bloomfilter.java 7 comments java
- OkCupid Tech Blog - Swiping Right on Bloom Filters http://tech.okcupid.com/swiping-right-on-bloom-filters/ 58 comments programming
- Bloom filter as a service: validate username availability without asking the server. http://richardtier.com/2015/09/02/bloom-filter-as-a-service-validate-username-availability-without-asking-the-server/ 7 comments angularjs
- What are Bloom Filters? https://medium.com/the-story/what-are-bloom-filters-1ec2a50c68ff 3 comments programming
- Cuckoo Filters: Better than Bloom Filters https://plus.google.com/u/0/116929526783308854537/posts/fmm3dk27ra9 5 comments programming
- Bloom filters, fast and simple http://maciejczyzewski.me/2014/10/18/bloom-filters-fast-and-simple.html 134 comments programming
- Bloom Filter : Variants & Applications https://appolo85.wordpress.com/2010/08/03/bloom-filter/ 8 comments compsci
- Bloom Filters - Explained http://techeffigy.wordpress.com/2014/06/05/bloom-filter-tutorial/ 26 comments programming
- Implementing full text search on static sites with Bloom filters http://www.stavros.io/posts/bloom-filter-search-engine/?print 12 comments programming
- Bloom Filters and Hash Functions in Go (Implementation+Benchmark) http://zhen.org/blog/benchmarking-bloom-filters-and-hash-functions-in-go/ 6 comments golang
- Creating a Simple Bloom Filter http://maxburstein.com/blog/creating-a-simple-bloom-filter/ 6 comments programming
- JS visualization of Bloom Filters http://www.jasondavies.com/bloomfilter/ 22 comments programming
- Bloom Filters by Example http://llimllib.github.com/bloomfilter-tutorial/ 53 comments programming
- Smaller than Bloom filters http://www.imperialviolet.org/2011/04/29/filters.html 22 comments programming
- 3 Rules of thumb for Bloom Filters http://corte.si/posts/code/bloom-filter-rules-of-thumb/index.html 24 comments programming
- Searching arrays in X86 assembler with a bloom filter pt 2 http://www.phildawes.net/blog/2008/09/11/searching-arrays-in-x86-assembler-with-a-bloom-filter-pt-2/ 10 comments programming
- Linear Bloom Filters http://comonad.com/reader/2008/linear-bloom-filters/ 22 comments programming
- Cube Drone - Bloom Filters https://www.youtube.com/watch?v=-SuTGoFYjZs 78 comments programming
- The Bloom Filter, a space-efficient probabilistic data structure http://en.wikipedia.org/wiki/bloom_filter 6 comments programming
- Bloom filters debunked: Dispelling 30 Years of bad math with Coq https://gopiandcode.uk/logs/log-bloomfilters-debunked.html 7 comments math
- Bloom filters, FNV-1a/Murmur3 hashes and leaked e-mails (F#) http://blog.stermon.com/articles/2014/04/06/bloom-filters-fnv1a-murmur3-and-leaked-emails/ 3 comments programming