rubyhacknight / meetups

Everything related to the rubyhacknight meetups, check the Issues for topics!
MIT License
7 stars 3 forks source link

Code Kata - Bloomfilters #14

Closed sideshowcoder closed 8 years ago

sideshowcoder commented 8 years ago

Bloomfilters are a really useful and interesting data structure to explore. http://codekata.com/kata/kata05-bloom-filters/ is a great introduction, once you know them you will see usecases everywhere, and even if not you can now claim to know bloomfilters, and now understand one of the integral parts of many NoSQL database like Cassandra and Riak.