Bloom Filter Algorithm in Scala
I found an example implementation online here: http://theyougen.blogspot.com/2009/12/decent-bloom-filter-in-scala.html and refactored it. I added some overloaded methods and some test cases.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Bloom Filter Algorithm in Scala
I found an example implementation online here: http://theyougen.blogspot.com/2009/12/decent-bloom-filter-in-scala.html and refactored it. I added some overloaded methods and some test cases.