mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
update ttlcache (#4138)
This commit is contained in:
parent
5edeedb95b
commit
f096f319fd
@ -567,7 +567,7 @@ _Generic datastructures and algorithms in Go._
|
||||
- [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps.
|
||||
- [treemap](https://github.com/igrmk/treemap) - Generic key-sorted map using a red-black tree under the hood.
|
||||
- [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
|
||||
- [ttlcache](https://github.com/ReneKroon/ttlcache) - In-memory string-interface{} cache with various time-based expiration options and callbacks.
|
||||
- [ttlcache](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics.
|
||||
- [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures.
|
||||
|
||||
**[⬆ back to top](#contents)**
|
||||
|
Loading…
Reference in New Issue
Block a user