lazy-get-decorator
Lazily evaluates a getter on an object and caches the returned value
Found 14 results for memoise
Lazily evaluates a getter on an object and caches the returned value
Thin wrapper around lru-cache with extended functionality.
An in-memory caching (memoization) decorator for Typescript
An ES7 decorator for memoising (caching) a method's response
Wrap a function in a memo to reuse the first invocation result of the function
A memoisation toolkit
Library for memoization/caching async functions
Store the results of expensive function calls and return the cached result when the same input occurs again
A straightforward memoize function using JSON.stringify.
JavaScript Function prototype extensions using Metho
Functional Programming Library
A `@cached_property` decorator for Node.
MemoMoo provides an easy way to cache the function results
A component to declaratively memoise a computation within a React component.