@aicacia/memoize
memoize
memoize
Wrap a function in a memo to reuse the first invocation result of the function
A JavaScript function wrapper to memorize / cache result with the same input
Basic functions and types
A simple memoizer
Overlook framework memoize utility function
Memoization for standard async functions: function fn(callback){ callback(err, res); }; mymoize(fn)() => {getRes(), getErr()}
A lightweight memoize library that can be used on both normal functions and class methods.
A memoization operator for most.js
Mutually-Exclusive, Asynchronous Memoization
A component to declaratively memoise a computation within a React component.
Property memoization for react-mixout
Smart async cache
Memoize a function, making it think about the arguments.
memoize a function arity(1) relative to the most recent call
Memoize decorator, backed by Redis
Reusable utility that can be reused
A fast memoizer which forgets least accessed calculations
A module for the memoization of functions from a functional programming point of view, this module let you manage the cache type and strategy to use.