@unsudo/memoiser
Store the results of expensive function calls and return the cached result when the same input occurs again
Store the results of expensive function calls and return the cached result when the same input occurs again
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
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.
React-like interface for memoization without binding the order of calls. Based on WeakMap.
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.
Fast, small, efficient JavaScript memoization lib to memoize JS functions
memoizee with reset function
Prevents re-execution of large javascript functions that have been processed once with the same parameter.
cache and memoizer from typescript
A simple and ligth memoizer helper function