-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COLLECTIONS-844: Allow counting Bloom filters with cell size other th…
…an Integer.SIZE (#406) * Added getMaxInsert() and getMaxValue() to CountingBloomFilter. * Changed 'BitCount' to 'Cell' to match the literature for counting Bloom filters. * Updated documentation. * Changed CellProducer to require ordered distinct cell indices. * Updated asIndexArray to respect the order of forEachIndex.
- Loading branch information
Showing
29 changed files
with
966 additions
and
586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.