Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/irshit033/lru-cache

This package provides a simple utility for caching the results of functions based on their input arguments. By caching previously computed results. The caching mechanism uses LRU(Least recently Used) cache method to store results.
https://github.com/irshit033/lru-cache

cache javascript lru-cache memoization npm-package package typescript

Last synced: 15 days ago
JSON representation

This package provides a simple utility for caching the results of functions based on their input arguments. By caching previously computed results. The caching mechanism uses LRU(Least recently Used) cache method to store results.

Awesome Lists containing this project