Merge pull request #172 from lemire/master

Seems like there are many interesting Go packages supporting data struct...
This commit is contained in:
Matt Holt 2014-08-25 23:00:38 -06:00
commit 9375f3d016

View File

@ -95,6 +95,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
## Database
*Generic data structures and algorithms for databases in Go.*
* [bitset](https://github.com/willf/bitset) - Go package implementing bitsets.
* [bloom](https://github.com/dataence/bloom) - Bloom filters implemented in Go.
* [encoding](https://github.com/dataence/encoding) - Integer Compression Libraries for Go.
*Databases implemented in Go.*
* [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.