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

Add BloomFilter union and intersection #6

Closed melrief closed 8 years ago

melrief commented 8 years ago

Related to #4

codecov-io commented 8 years ago

Current coverage is 0.00%

Merging #6 into master will not change coverage

@@           master   #6   diff @@
==================================
  Files          11   11          
  Lines          30   30          
  Methods         0    0          
  Messages        0    0          
  Branches        3    3          
==================================
  Hits            0    0          
  Misses         30   30          
  Partials        0    0          

Powered by Codecov. Last updated by abe03c0...88bdde8

alexandrnikitin commented 8 years ago

:+1: Great! Merging it. Thank you!