Data.BloomFilter

Overview

Ease of use

Performance

Types

type Hash

data Bloom a

data MBloom s a

Immutable Bloom filters

Conversion

freeze

thaw

unsafeFreeze

Creation

unfold

fromList

empty

singleton

Accessors

length

elem

notElem

Modification

insert

insertList

The underlying representation

bitArray