npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "recently" 的结果(共 6 个)
@alloc/quick-lru

Simple “Least Recently Used” (LRU) cache

MIT
flru

A tiny (215B) and fast Least Recently Used (LRU) cache

MIT
quick-lru

Simple “Least Recently Used” (LRU) cache

MIT
tiny-lru

A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.

BSD-3-Clause
lru_map

Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.

MIT
refpool

Pool of references that gc the least recently unref'ed ones when it reaches a max size

MIT