Versions in this module Expand all Collapse all v0 v0.1.2 Jul 15, 2024 Changes in this version + type Bloom struct + func New(item_count int, fp_prob float64) (*Bloom, error) + func (b *Bloom) Add(item string) + func (b *Bloom) Contains(item string) bool v0.1.1 Jul 15, 2024 v0.1.0 Jul 15, 2024