Releases6
Frequency9 months 1 week
Last Release
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.

Linked projects

A fast, simple & universal Least Recently Used (LRU) map for JavaScript