You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments