On Wed, 22 Apr 2020 at 17:17, Gilles Sadowski <gillese...@gmail.com> wrote:

>
> > - Does the BF code reuse Commons Collection utilities?
>
> Yes, in class "HasherBloomFilter":
> import org.apache.commons.collections4.iterators.EmptyIterator;
> import org.apache.commons.collections4.iterators.IteratorChain;
>

Missed that one. But I believe one of the discussions was how to improve
the HasherBloomFilter to remove this code or even drop the
HasherBloomFilter as the functionality it provides was heading towards
being redundant. I'd have to check back what was discussed.

Reply via email to