[ Bron: golang-github-dcso-bloom ]
Pakket: golang-github-dcso-bloom-cli (0.2.4-3 en anderen)
Verwijzigingen voor golang-github-dcso-bloom-cli
Debian bronnen:
Het bronpakket golang-github-dcso-bloom downloaden:
- [golang-github-dcso-bloom_0.2.4-3.dsc]
- [golang-github-dcso-bloom_0.2.4.orig.tar.gz]
- [golang-github-dcso-bloom_0.2.4-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
highly efficient bloom filter implementation for Go, CLI tool
Bloom is a simple library that provides a very efficient implementation of Bloom filters for the Go language. This package provides a command line tool that can be used to easily create Bloom filters with desired capacity and false positive probability. Values can be added to filters through standard input, which makes it easy to use the tool in a pipeline workflow.