Package: wnpp Severity: wishlist Owner: Sascha Steinbiss <sa...@debian.org>
* Package name : golang-github-dcso-bloom Version : 0.0~git20170609.0.48c97c2-1 Upstream Author : DCSO GmbH * URL : https://github.com/DCSO/bloom * License : BSD-3-clause Programming Lang: Go Description : highly efficient Bloom filter library for Go This toolkit provides a very efficient implementation of Bloom filters for the Go language. It also 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.