Bloomex.ScalableBloom

A scalable bloom filter.

Types

t :: %Bloomex.ScalableBloom{error_prob: float, error_prob_ratio: float, growth: pos_integer, size: pos_integer, b: [Bloomex.Bloom.t], hash_func: (term -> pos_integer)}