memoizee
Memoize/cache function results
Found 28 results for memoizer
Memoize/cache function results
Fast, small, efficient JavaScript memoization lib to memoize JS functions
A tiny, crazy fast memoization library for the 95% use-case
A memoization algorithm in which each function argument represents a new key, creating a trie of caches as defined by the array in your first argument.
Node.js solution for memoizing/caching function results on the file system
Serializable memoizer with promises
Memoize/cache function results
memoizee with reset function
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
Lightweight and powerful dependency injection container for Node.js and JavaScript apps written in TypeScript.
Serializable memoizer with promises
Prevents re-execution of large javascript functions that have been processed once with the same parameter.
cache and memoizer from typescript
A tiny, crazy fast memoization library for the 95% use-case
A promise-based cache that reads and writes to the file-system.
Store the results of expensive function calls and return the cached result when the same input occurs again
A simple and ligth memoizer helper function
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
(temporary fork of `memoize-fs`, until #17 es2020 support is fixed) memoize/cache in file system solution for Node.js
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 utility for reusing objects from Immutable.js transformations - such as .toJS
A simple memoizer
A fast memoizer which forgets least accessed calculations
React-like interface for memoization without binding the order of calls. Based on WeakMap.
Simple memoization of function executions.
A cache library only remembers the last call that matches the parameter key.
A memoizer for asynchronous functions that memoizes the results of the resolved promise for future use.
Fast, small, efficient JavaScript memoization lib to memoize JS functions