Description
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Keywords
Publisher
Description
A memoization library which only remembers the latest invocation
Keywords
Publisher
Description
Fast, small, efficient JavaScript memoization lib to memoize JS functions
Keywords
Publisher
Description
A tiny, crazy fast memoization library for the 95% use-case
Keywords
Publisher
Description
Composable reactive caching with efficient invalidation.
Keywords
Publisher
Description
Blazing fast memoization based on all parameters passed
Keywords
Publisher
Description
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.
Keywords
Publisher
Description
Class Tools provides a number of utility functions and decorators to ease the use of features commonly found in functional languages
Keywords
- memoization
- memoisation
- fixed-point
- recursion
- y-combinator
- decorator
- lazy-evaluation
- partial-application
- currying
Publisher
Description
useMemo and useCallback but with a stable cache
Keywords
Publisher
Description
dependency-less-ly prevent function invocations (both sync and async) from redundantly overlapping with each other
Keywords
Publisher
Description
Node.js solution for memoizing/caching a function and its return state into the file system
Keywords
Publisher
Description
Memoize a function using a custom cache and a key formatter
Keywords
Publisher
Description
A modern memoisation library that supports async/await and Promises
Keywords
Publisher
Description
(temporary fork of `memoize-fs`, until #17 es2020 support is fixed) memoize/cache in file system solution for Node.js
Keywords
Publisher
Description
Memoization with shallowly comparing object arguments.
Keywords
Publisher
Description
Utility to memoize functions
Keywords
Publisher
Description
Memoization with memcached
Keywords
Publisher
Description
Function memoization with configurable caching