mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Moving the willf/bloom entry to bits-and-blooms/bloom
This commit is contained in:
parent
10113f2c96
commit
afebb1bf02
@ -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)**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user