bloomclj icon indicating copy to clipboard operation
bloomclj copied to clipboard

A Bloom Filter implementation in Clojure

Results 2 bloomclj issues
Sort by recently updated
recently updated
newest added

What kind of benchmarks are appropriate here? 1. size of filter vs size of set for the same number of elements 2. false positive rate 3. speed.

enhancement

Counting filters allow deletion of an element from the Bloom Filter, without having to recreate the filter from scratch. Find more information here: http://en.wikipedia.org/wiki/Bloom_filter#Counting_filters

enhancement