From f0aa0c2ffbbd4f23aad6418d7f32a6baba61b12b Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:45:05 +0800 Subject: [PATCH] Added package lrucache (#1434) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b43eea1..33e971b 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]