Versions in this module Expand all Collapse all v1 v1.4.9 Jul 5, 2021 v1.4.5 Jul 5, 2021 Changes in this version + var ErrMaxBytes = fmt.Errorf("too large") + type Filter interface + Add func(...[]byte) + Check func([]byte) bool + func New(maxN uint64, p float64, maxBytes uint64) (Filter, error) + func NewMap() Filter