lru_map
rsms
js
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.
Version 0.4.1 License MIT
Keywords
cachelrubuffermap
INSTALL