mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #434 from diegobernardes/patch-1
Added diegobernardes/ttlcache under DataStructures
This commit is contained in:
commit
abc1353710
@ -171,6 +171,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [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
|
||||
* [ttlcache](https://github.com/diegobernardes/ttlcache) - An in-memory LRU string-interface{} map with expiration for golang
|
||||
* [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.
|
||||
|
||||
## Database
|
||||
|
Loading…
Reference in New Issue
Block a user