erikras / lru-memoize

A utility to provide LRU memoization for any js function
MIT License
316 stars 20 forks source link

Implemented faster LRU cache #98

Closed kraus-milan closed 2 years ago

kraus-milan commented 5 years ago

Inspired by article https://yomguithereal.github.io/posts/lru-cache and implementation https://github.com/Yomguithereal/mnemonist/blob/master/lru-cache.js