Added package lrucache (#1434)

This commit is contained in:
Jack Tang 2020-04-13 13:45:05 +08:00 committed by GitHub
parent 632a265262
commit f0aa0c2ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]