[ 源代码: 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.