Source: golang-github-greatroar-blobloom Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau , Aloïs Micard , Section: golang Testsuite: autopkgtest-pkg-go Build-Depends: debhelper-compat (= 14), dh-sequence-golang, golang-any, golang-github-stretchr-testify-dev, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-greatroar-blobloom Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-greatroar-blobloom.git Homepage: https://github.com/greatroar/blobloom XS-Go-Import-Path: github.com/greatroar/blobloom Package: golang-github-greatroar-blobloom-dev Architecture: all Multi-Arch: foreign Depends: golang-github-stretchr-testify-dev, ${misc:Depends}, Description: Blocked Bloom filters for Go Blocked Bloom filter package for Go (golang) with no runtime dependencies. . Blocked Bloom filters are a cache-efficient variant of Bloom filters, the well-known approximate set data structure. To quote Daniel Lemire they have unbeatable speed.