cache-point
Simple, filesystem-backed memoisation cache.
Simple, filesystem-backed memoisation cache.
Unabashedly-barebones memoization library with an aim toward speed
Thin wrapper around lru-cache with extended functionality.
An in-memory caching (memoization) decorator for Typescript
A memoisation toolkit
Library for memoization/caching async functions
Wrap a function in a memo to reuse the first invocation result of the function
Store the results of expensive function calls and return the cached result when the same inputs occur again
Store the results of expensive function calls and return the cached result when the same input occurs again
JavaScript Function prototype extensions using Metho
nodejs InMemoryMemoize
Basic utility functions
Class Tools provides a number of utility functions and decorators to ease the use of features commonly found in functional languages
A memoisation toolkit
Store the results of expensive function calls and return the cached result when the same input occurs again
An in-memory caching (memoization) decorator for Typescript
A `@cached_property` decorator for Node.