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.