alexandrnikitin / bloom-filter-scala

Bloom filter for Scala, the fastest for JVM
https://alexandrnikitin.github.io/blog/bloom-filter-for-scala/
MIT License
376 stars 57 forks source link

can the add() method return a boolean indicating a 'fresh' insert #24

Open eyalfa opened 7 years ago

eyalfa commented 7 years ago

Guava already has this as part of its interface