Registry / utility / ipfs-bbloom

ipfs-bbloom

JSON →
library0.1.0gogounverified

A fast and memory-efficient Bloom filter implementation in Go.

go get github.com/ipfs/bbloom
INSTALL
IMPORT
SIG · IPFS-BBLOOM
I
ipfs-bbloom
utilitygov0.1.0
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.

bbloom
github.com/ipfs/bbloom

Create and use a Bloom filter

package main import ( "fmt" "github.com/ipfs/bbloom" ) func main() { bf := bbloom.New(1000, 0.01) bf.Add([]byte("test")) fmt.Println(bf.Has([]byte("test"))) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ipfs-bbloom — go get ipfs-bbloom · libregistry