Moving the willf/bloom entry to bits-and-blooms/bloom

This commit is contained in:
spekary 2022-03-23 08:33:18 -07:00 committed by Avelino
parent 10113f2c96
commit afebb1bf02

View File

@ -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. - [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. - [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. - [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/zhenjl/bloom) - Bloom filters implemented in Go.
- [bloom](https://github.com/yourbasic/bloom) - Golang Bloom filter implementation. - [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. - [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. - [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. - [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. - [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)** **[⬆ back to top](#contents)**