lru-cache1.1bISC11.1.0A cache object that deletes the least-recently-used items.
isaacs4 months agomru, lru, cache quick-lru137.5mMIT7.0.1Simple “LeastRecentlyUsed” (LRU) cache
sindresorhus3 months agorecently, least, used, lru lru_map10.6mMIT0.4.1Finite key-value map using the LeastRecentlyUsed (LRU) algorithm where the most recentlyused objects are keept in the map while less recentlyused items are evicted to make room for new ones.
rsmsalmost 3 years agocache, lru, buffer, map flru288.3kMIT1.0.2A tiny (215B) and fast LeastRecentlyUsed (LRU) cache
lukeedabout 3 years agolru, cache, lru-cache, mru