Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 151 Bytes

documentation.md

File metadata and controls

8 lines (4 loc) · 151 Bytes

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.