48 packages found
Simple “Least Recently Used” (LRU) cache
Tiny LRU cache for Client or Server
Common used char codes and their common used names as json object
Tiny & Fast LRU Implementation as possible
IndexedDB-based persisting LRU cache for the browser
Module to asynchronously determine UNIX socket and port availabilities.
- async
- asynchronous
- available
- availabilities
- availability
- chasm
- free
- legacy
- net
- network
- open
- port
- random
- socket
- View more
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
A dead simple, high performance, somewhat-recently-used cache.
hyperlru implementation backed in an Object
hyperlru implementation backed in an Map
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
Find all modules listed in package.json that aren't actually used by your code
An in-memory key/value cache based on the Least Recently Used algorithm
A collection (backed by an array) that evicts the least recently inserted (lri) element from of the collection once it has reached a defined capacity. It is similar to an lru cache except that it uses insertion position to determine eviction rather than w
A simple proxy that creates plain javascript objects that behave like an lru cache.
Simple “Least Recently Used” (LRU) cache
Spy on 3rd party modules to tell if they were really used during testing
"Least Recently Used" (LRU) cache compatible to ES6 Map
Check if an NPM package name is taken
An in-memory key/value cache based on the Least Recently Used algorithm