From afebb1bf021297f0b9043df8caf0d25e397a1555 Mon Sep 17 00:00:00 2001 From: spekary Date: Wed, 23 Mar 2022 08:33:18 -0700 Subject: [PATCH] Moving the willf/bloom entry to bits-and-blooms/bloom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaaa4297..49935dc8 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ _Generic datastructures and algorithms in Go._ - [bit](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions. - [bitmap](https://github.com/kelindar/bitmap) - Dense, zero-allocation, SIMD-enabled bitmap/bitset in Go. - [bitset](https://github.com/bits-and-blooms/bitset) - Go package implementing bitsets. +- [bloom](https://github.com/bits-and-blooms/bloom) - Go package implementing Bloom filters. - [bloom](https://github.com/zhenjl/bloom) - Bloom filters implemented in Go. - [bloom](https://github.com/yourbasic/bloom) - Golang Bloom filter implementation. - [bloomfilter](https://github.com/OldPanda/bloomfilter) - Yet another Bloomfilter implementation in Go, compatible with Java's Guava library. @@ -568,7 +569,6 @@ _Generic datastructures and algorithms in Go._ - [trie](https://github.com/derekparker/trie) - Trie implementation in Go. - [ttlcache](https://github.com/ReneKroon/ttlcache) - In-memory string-interface{} cache with various time-based expiration options and callbacks. - [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures. -- [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters. **[⬆ back to top](#contents)**