jaredLunde / cdll-memoize

A versatile LRU memoization function for Javascript which uses a circular doubly linked list as the cache's data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A versatile LRU memoization function for Javascript which uses a circular doubly linked list as the cache's data structure

License:MIT License


Languages

Language:JavaScript 100.0%