Registry / utility / steakknife-bloomfilter

steakknife-bloomfilter

JSON →
library0.0.0-20180922174646-6819c0d2a570gogounverified

A fast, thread-safe, marshalable, unionable Bloom filter implementation in Go with probability and optimal-size calculations.

go get github.com/steakknife/bloomfilter
INSTALL
IMPORT
SIG · STEAKKNIFE-BLOOMFI
S
steakknife-bloomfilter
utilitygov0.0.0-20180922174646-6819c0d2a570
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.

bloomfilter
github.com/steakknife/bloomfilter

Creates a Bloom filter, adds an element, and checks for membership.

package main import ( "fmt" "github.com/steakknife/bloomfilter" ) func main() { bf, _ := bloomfilter.New(10000, 5) bf.Add([]byte("hello")) fmt.Println(bf.Contains([]byte("hello"))) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180922174646-6819c0d2a570latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
steakknife-bloomfilter — go get steakknife-bloomfilter · libregistry