Constant ofilter::DEFAULT_NB_ITEMS

source ·
pub const DEFAULT_NB_ITEMS: usize = 1_000;
Expand description

Default number of items the filter should contain.

Think of this as a maximum capacity, above this, the filter stops honoring the false positive rate and ultimately, every item will test positive.