Registry / utility / willf-bloom

willf-bloom

JSON →
library2.0.3+incompatiblegogounverified

A Bloom filter implementation for Go with data structures and methods.

go get github.com/willf/bloom
INSTALL
IMPORT
SIG · WILLF-BLOOM
W
willf-bloom
utilitygov2.0.3+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bloom
github.com/willf/bloom

Creates a Bloom filter and adds an element.

package main import "github.com/willf/bloom" func main() { f := bloom.New(1000, 4) f.Add([]byte("test")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.3+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
willf-bloom — go get willf-bloom · libregistry