bloom-filter-scala
bloom-filter-scala copied to clipboard
approximateElementCount() is wrong after intersect or union
Should calculate bitCount in combine()
@alexandrnikitin I send a PR #40 to fix this issue, please review it.
The bug ended up affecting us, too. We'd welcome a fix.