Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BloomFilter should warn/raise on unrealistic input.
Given an unrealistic combination of number of elements and false positive probabilitiy, the optimalWidth message should not fail silently. It should warn the user or throw an exception to ensure that the BloomFilter delivers the expected performance.
- Loading branch information