sb-memoize
Memoization in JS made easy
Memoization in JS made easy
Lazily evaluates a getter on an object and caches the returned value
Helper for memoizing synchronous functions and methods
Memoized function binding
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
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.
Define lazy properties on objects that are initialized once and only when accessed. Also known as a lazy initialization and cached/memoized getters.
Memoize a function by the identity of its arguments, using ES2015 Map
A general purpose key resolver for memoize
An efficient memoizer for functions that only receive immutable arguments. Ideal for Redux and similar environments.
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.
A magic memoization function
memoize the last result, in async way
Thin wrapper around lru-cache with extended functionality.
Lazily evaluates a getter on an object and caches the returned value
ES7 decorator for memoizee library
A faster JavaScript memoizer
Memoization utilities
Create a lazily evaluated value
Stateless weak memoization replacement for reselect and memoize-one