lrumap14.5kMPL-2.01.0.0A Map of limited size that keeps most recently used values
louisremiabout 3 years agocache, map, tuple lru_map10.6mMIT0.4.1Finite 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.
rsmsalmost 3 years agocache, lru, buffer, map sweet-collections2.5kISC1.1.0Different Javascript collections written in Typescript
bacali95about 3 years agolrumap, collections, algorithms, lfumap mapmoize16.5k(MIT OR Apache-2.0)1.2.1Memoize decorator for TypeScript that uses WeakMap
ukstvover 2 years agolru-map, typescript, memoize, memoization lru-map-like7.8kMIT2.0.0LRU cache top on Map-like. Support non-string key.
azuabout 3 years agolru, cache, map, object