Registry / networking / v2fly-ss-bloomring

v2fly-ss-bloomring

JSON →
library0.0.0-20210312155135-28617310f63egogounverified

Bloom ring implementation for Shadowsocks.

go get github.com/v2fly/ss-bloomring
INSTALL
IMPORT
SIG · V2FLY-SS-BLOOMRING
V
v2fly-ss-bloomring
networkinggov0.0.0-20210312155135-28617310f63e
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.

ssbloomring
✓ github.com/v2fly/ss-bloomring

Create and test a bloom ring filter.

package main import ( "fmt" "github.com/v2fly/ss-bloomring" ) func main() { filter := ssbloomring.New(1000, 0.01) filter.Add([]byte("test")) fmt.Println(filter.Test([]byte("test"))) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210312155135-28617310f63elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
v2fly-ss-bloomring — go get v2fly-ss-bloomring · libregistry