Let's Build a Bloom Filter in Ruby
I was recently reading about how Cassandra uses a Bloom filter to check if any of its SSTables are likely to contain a given partition key or not without having to read the entire SSTable. This got me thinking about... Read more about Let's Build a Bloom Filter in Ruby