Add github.com/yourbasic/bit

This commit is contained in:
Stefan Nilsson 2017-05-18 12:18:00 +02:00 committed by GitHub
parent 3764d58dfa
commit 17fc0fc5d7

View File

@ -228,6 +228,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Generic datastructures and algorithms in Go.* *Generic datastructures and algorithms in Go.*
* [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream. * [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream.
* [bit](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions.
* [bitset](https://github.com/willf/bitset) - Go package implementing bitsets. * [bitset](https://github.com/willf/bitset) - Go package implementing bitsets.
* [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.