[ 原始碼: node-quick-lru ]
套件:node-quick-lru(6.1.1-4)
node-quick-lru 的相關連結
Debian 的資源:
下載原始碼套件 node-quick-lru:
- [node-quick-lru_6.1.1-4.dsc]
- [node-quick-lru_6.1.1.orig.tar.gz]
- [node-quick-lru_6.1.1-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Simple "Least Recently Used" (LRU) cache
Useful when you need to cache something and limit memory usage. Inspired by the hashlru algorithm, but instead uses Map to support keys of any type, not just strings, and values can be undefined.
Node.js is an event-based server-side JavaScript engine.