mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update main location and description of ttlcache (#3186)
Co-authored-by: René Kroon <rkroon@bol.com>
This commit is contained in:
parent
03fbd2e78f
commit
168eec9788
@ -400,7 +400,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs.
|
||||
* [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps.
|
||||
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
|
||||
* [ttlcache](https://github.com/diegobernardes/ttlcache) - In-memory LRU string-interface{} map with expiration for golang.
|
||||
* [ttlcache](https://github.com/ReneKroon/ttlcache) - In-memory string-interface{} cache with various time-based expiration options and callbacks.
|
||||
* [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures.
|
||||
* [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user