Skip to content

cronvel/lru-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRU Kit

Simple LRU lib. It features a LRU Map build on top of ES6 Map and a LRU Buffer Map using a fixed amount of bytes and a low GC footprint.