@unsudo/memoiser
Store the results of expensive function calls and return the cached result when the same input occurs again
Store the results of expensive function calls and return the cached result when the same input occurs again
A React + TypeScript porting of react-flight-indicators (https://github.com/skyhop/react-flight-indicators)
A library for caching and memoization. This library provides advanced memoization utils, cache-creating and the ability to freely composing a custom cache.
A powerful cross-environment caching and memoization utility with TTL support and multiple storage adapters
The D3 Rosetta Stone for maximum framework interoperability
This package provides a simple utility for caching the results of functions based on their input arguments. By caching previously computed results. The caching mechanism uses LRU(Least recently Used) cache method to store results.
An in-memory caching (memoization) decorator for Typescript
A `@cached_property` decorator for Node.
A typesafe function cache
A promise-based cache that reads and writes to the file-system.
A tiny utility to cache function outputs easily
A cache library only remembers the last call that matches the parameter key.
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
Polyfill for RFC 566: @cached
Lightweight TypeScript decorators for building modular class-based applications
Memoizes functions with named arguments
Boost your JavaScript application's performance with this versatile and efficient memoization library
fn-memoize is a lightweight utility that enables efficient memoization of functions, reducing redundant computations by caching results. This package helps optimize performance for functions that are called repeatedly with the same arguments, making it es
`FnMergeCache` is a caching utility that allows functions to cache their results based on input arguments, with options for cache lifetime, size limits, error handling, and parameter comparison, while supporting cache invalidation via tags and global reva
Fast, small, efficient JavaScript memoization lib to memoize JS functions