Registry / utility / thetannerryan-ring

thetannerryan-ring

JSON →
library1.1.2gogounverified

A high performance and thread safe bloom filter.

go get github.com/thetannerryan/ring
INSTALL
IMPORT
SIG · THETANNERRYAN-RING
T
thetannerryan-ring
utilitygov1.1.2
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.

ring
✓ github.com/thetannerryan/ring

Use a bloom filter

package main import ( "fmt" "github.com/thetannerryan/ring" ) func main() { bf := ring.NewBloomFilter(1000, 0.01) bf.Add([]byte("hello")) fmt.Println(bf.Test([]byte("hello"))) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
thetannerryan-ring — go get thetannerryan-ring · libregistry