lodash.memoize
The lodash method `_.memoize` exported as a module.
The lodash method `_.memoize` exported as a module.
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
A memoization library which only remembers the latest invocation
Memoize/cache function results
Fast, small, efficient JavaScript memoization lib to memoize JS functions
Memoize functions results using an lru-cache.
Memoize promise-returning & async functions
Memoize decorator for Typescript
A tiny, crazy fast memoization library for the 95% use-case
Blazing fast memoization based on all parameters passed
Enhance Reselect selectors with deeper memoization and cache management
Node.js solution for memoizing/caching function results on the file system
Helper for memoizing async functions and methods
A utility to lazily calculate and cache values in a react component based on props
Unabashedly-barebones memoization library with an aim toward speed
Garbage-collected memoizer for variadic functions
Memoized selectors for Redux and other immutable object derivation
Polyfill for RFC 566: @cached
A utility to provide lru memoization for any js function
Memoize promise-returning functions. Includes cache expire and prefetch.