Moving datastructures and algorithms section into its own group

checkGoreportcard
Ralph Caraveo III 9 years ago
parent 80678bca38
commit f3e9f3c0b0

Binary file not shown.

@ -149,21 +149,20 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
## Data Structures
*Libraries that provide general and specialized data structures.*
* [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go.
## Database
*Generic data structures and algorithms for databases in Go.*
*Generic datastructures and algorithms 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.
* [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go.
* [mafsa](https://github.com/smartystreets/mafsa) - MA-FSA implementation with Minimal Perfect Hashing
* [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go
## Database
*Generic data structures and algorithms for databases in Go.*
*Databases implemented in Go.*
* [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.

Loading…
Cancel
Save