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