In-memory A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage 10 February 2022
Filter A simple Bloom Filter implementation in Go A simple Bloom Filter implementation in Go 03 January 2022
Filter Cuckoo Filter: a Bloom filter replacement for approximated set-membership queries Cuckoo Filter: a Bloom filter replacement for approximated set-membership queries 30 December 2021
Filter Package ring provides a high performance and thread safe Go implementation of a bloom filter Package ring provides a high performance and thread safe Go implementation of a bloom filter 22 December 2021
Filter Cuckoo filter: a Bloom filter replacement for approximated set-membership queries Cuckoo filter: a Bloom filter replacement for approximated set-membership queries 20 December 2021
Password A program that implements the NIST 800-63-3b Banned Password Check using a bloom filter A program that implements the NIST 800-63-3b Banned Password Check using a bloom filter 04 November 2021
Filter Go package implementing Bloom filter A Bloom filter is a space-efficient probabilistic data structure, conceived by Burton Howard Bloom in 1970, that is used to test whether an element is a member of a set. 18 September 2021