mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Seems like there are many interesting Go packages supporting data structures and fast algorithms.
This commit is contained in:
parent
27f3a7557a
commit
c14aec55c5
@ -95,6 +95,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
|
|
||||||
## Database
|
## 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.*
|
*Databases implemented in Go.*
|
||||||
|
|
||||||
* [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.
|
* [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.
|
||||||
|
Loading…
Reference in New Issue
Block a user