proxy.golang.org : github.com/axamon/bloomfilter : v1.4.0
Package bloomfilter is a thread-safe probabilisic filter. With default configuration it can store up to one million elements. All negative results to queries are meant to be 100% accurate, while false positives should happen less than once every three million queries.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/axamon/bloomfilter@v1.4.0
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/Pallinder/go-randomdata v1.2.0
- github.com/axamon/hashstring v1.1.0
- golang.org/x/text v0.3.2