Description
A tiny, crazy fast memoization library for the 95% use-case
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
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.
Keywords
Publisher
Description
React PureComponent implementation embracing Immutable.js
Keywords
Publisher
Description
Description
Keywords
Publisher
Description
Node.js solution for memoizing/caching a function and its return state into the file system
Keywords
Publisher
Description
A modern memoisation library that supports async/await and Promises
Keywords
Publisher
Description
Helper for memoizing async functions and methods
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
Helper for memoizing synchronous functions and methods
Keywords
Publisher
Description
Simple decorator for caching getters on first access
Keywords
Publisher
Description
Simple decorator for caching the result of a function based on the most recent arguments
Keywords
Publisher
Description
Polyfill for RFC 566: @cached
Keywords
Publisher
Description
A memoize library for refreshing and cache token values.
Keywords
Publisher
Description
Svelte stores that remember previous values
Keywords
Publisher
Description
Memoization made easy