mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Moving datastructures and algorithms section into its own group
This commit is contained in:
parent
80678bca38
commit
f3e9f3c0b0
BIN
.README.md.swp
BIN
.README.md.swp
Binary file not shown.
13
README.md
13
README.md
@ -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…
Reference in New Issue
Block a user