Added package lrucache (#1434)
This commit is contained in:
parent
632a265262
commit
f0aa0c2ffb
1 changed files with 13 additions and 0 deletions
|
|
@ -17382,5 +17382,18 @@
|
|||
"description": "A simple GUI for choosenim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/ThomasTJdev/choosenim_gui"
|
||||
},
|
||||
{
|
||||
"name": "lrucache",
|
||||
"url": "https://github.com/jackhftang/lrucache",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"cache",
|
||||
"lru",
|
||||
"data structure"
|
||||
],
|
||||
"description": "Least recently used (LRU) cache",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/jackhftang/lrucache"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue