{"library":"lru-queue","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"0.1.0","tags":["javascript","lru","cache","queue"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install lru-queue","imports":["var lruQueue = require('lru-queue');","queue.hit('id');","queue.delete('id');"]},{"cmd":"yarn add lru-queue","imports":[]},{"cmd":"pnpm add lru-queue","imports":[]}],"homepage":"https://github.com/medikoo/lru-queue","github":"git://github.com/medikoo/lru-queue","docs":null,"changelog":null,"pypi":null,"npm":"lru-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}