add minilru (#2936)

This commit is contained in:
Jacek Sieka 2024-09-24 11:50:32 +02:00 committed by GitHub
parent 9aacfe973e
commit 154afd8c97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34133,5 +34133,18 @@
"description": "SurrealDB driver for Nim",
"license": "MIT",
"web": "https://github.com/Xkonti/surrealdb.nim"
},
{
"name": "minilru",
"url": "https://github.com/status-im/nim-minilru",
"method": "git",
"tags": [
"cache",
"lru",
"data structure"
],
"description": "Minim(al/ized) LRU cache",
"license": "MIT",
"web": "https://github.com/status-im/nim-minilru"
}
]