[ ソース: 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.