[ Bron: node-quick-lru ]
Pakket: node-quick-lru (6.1.1-4)
Verwijzigingen voor node-quick-lru
Debian bronnen:
Het bronpakket node-quick-lru downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.