loose-memoize
Memoize utility with high performance and loose parameter checks
Memoize utility with high performance and loose parameter checks
xet( map, key, factory ) // => If map doesn't have key, set it to the return value of factory. Return value.
TickMap & TickSet are variations of Map and Set whose contents are cleared every tick. Useful for eg memoization based on highly volatile data.
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
A Co Factory pattern powered by an infinite Generator sequence
Memoization with memcached
Javascript function memoization library.
More memoization
Composable reactive caching with efficient invalidation.
ReasonML simple memoization utility
Simple memoization of function executions.
React server-side rendering optimization with component memoization and templatization
Minimalistic, fast async memoization library with lazy cache renewal.
A magic memoization function
"Memoized binding of function arguments"
Hooks friendly reselect
Simple cache/single-argument memoiztion library
dependency-less-ly prevent function invocations (both sync and async) from redundantly overlapping with each other
A memoization library
A memoization and caching library for NodeJS