bloom-filter-scala icon indicating copy to clipboard operation
bloom-filter-scala copied to clipboard

Bloom filter for Scala, the fastest for JVM

Results 19 bloom-filter-scala issues
Sort by recently updated
recently updated
newest added
trafficstars

http://cyan4973.github.io/xxHash/

enhancement
help wanted

I'm using the library with Apache-Spark, specifically I'm optimizing a sparse join by creating a bloom filter per partition, this required wrapping the bloom filter instances with a class that...

`UnsafeBitArray` always allocates a multiple of 64 bits. For example if `numberOfBits` is 250 then 256 bits are allocated but 6 bits remain always unused. Wouldn't it make sense that...

[Stable Bloom filter](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.85.1569&rep=rep1&type=pdf)