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