Hacker News new | ask | show | jobs
by tropicalmug 4615 days ago
Another great Bloom Filter library not mentioned in this article is Bitly's implementation on GitHub[0]. It has the best of both worlds: a C implementation and higher-level wrappers (Golang, PHP, Python, and Common Lisp). If you don't want to play around with a fancier DBMS and really just want the damn filters, I would look here.

[0] https://github.com/bitly/dablooms

1 comments

It is elliptically mentioned, via the link to this wonderful pull request: https://github.com/bitly/dablooms/pull/19