Registry / utility / tylertreat-boomfilters

tylertreat-boomfilters

JSON →
library0.0.0-20251117164519-53813c36cc1bgogounverified

Package boom implements probabilistic data structures for processing continuous, unbounded data streams.

go get github.com/tylertreat/BoomFilters
INSTALL
IMPORT
SIG · TYLERTREAT-BOOMFIL
T
tylertreat-boomfilters
utilitygov0.0.0-20251117164519-53813c36cc1b
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.

boom
✓ github.com/tylertreat/BoomFilters

Use a Bloom filter to test set membership

package main import ( "fmt" "github.com/tylertreat/BoomFilters" ) func main() { bf := boom.NewDefaultBloomFilter() bf.Add([]byte("item")) if bf.Test([]byte("item")) { fmt.Println("probably present") } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20251117164519-53813c36cc1blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tylertreat-boomfilters — go get tylertreat-boomfilters · libregistry