https://github.com/jaredlunde/cdll-memoize
A versatile LRU memoization function for Javascript which uses a circular doubly linked list as the cache's data structure
https://github.com/jaredlunde/cdll-memoize
cdll circular-doubly-linked-list javascript lru memoize
Last synced: 10 months ago
JSON representation
A versatile LRU memoization function for Javascript which uses a circular doubly linked list as the cache's data structure
- Host: GitHub
- URL: https://github.com/jaredlunde/cdll-memoize
- Owner: jaredLunde
- License: mit
- Created: 2018-08-17T19:58:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T18:49:10.000Z (about 7 years ago)
- Last Synced: 2025-07-19T22:20:58.361Z (11 months ago)
- Topics: cdll, circular-doubly-linked-list, javascript, lru, memoize
- Language: JavaScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README