memora
Memora: A lightweight, TTL-based JavaScript caching library. It efficiently memoizes function outputs, supporting multiple storage options like memory and localStorage for optimized performance.
Memora: A lightweight, TTL-based JavaScript caching library. It efficiently memoizes function outputs, supporting multiple storage options like memory and localStorage for optimized performance.
A tiny, crazy fast memoization library for the 95% use-case
Lightweight and powerful dependency injection container for Node.js and JavaScript apps written in TypeScript.
Prevents re-execution of large javascript functions that have been processed once with the same parameter.
A memoizer for asynchronous functions that memoizes the results of the resolved promise for future use.
(temporary fork of `memoize-fs`, until #17 es2020 support is fixed) memoize/cache in file system solution for Node.js
Store the results of expensive function calls and return the cached result when the same input occurs again
A promise-based cache that reads and writes to the file-system.
A cache library only remembers the last call that matches the parameter key.
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
Fast, small, efficient JavaScript memoization lib to memoize JS functions