lru-queue

JSON →
library 0.1.0 ·javascript maintenance
verified Jun 7, 2026

lru-queue is a low-level LRU (Least Recently Used) queue implementation originally derived from the memoizee package. Current stable version is 0.1.0. It provides a size-limited queue with hit, delete, and clear operations. It is used internally by memoizee for cache size limiting. The package is minimal, production-driven, with no dependencies and a focus on Node.js and browser usage via bundlers. Release cadence is low as it is stable and small. It differentiates by being a simple, focused utility rather than a full cache solution.