Search results
393 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Memoized selectors for Redux and other immutable object derivation
A utility to provide lru memoization for any js function
Helper for memoizing async functions and methods
A general purpose key resolver for memoize
A utility to lazily calculate and cache values in a react component based on props
Memoize promise-returning functions. Includes cache expire and prefetch.
Helper for memoizing synchronous functions and methods
Memoize any function using Keyv as storage backend.
A memoization algorithm in which each function argument represents a new key, creating a trie of caches as defined by the array in your first argument.
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.
An implementation of the memoize technique
Lazily evaluates a getter on an object and caches the returned value
A magic memoization function
An in-memory caching (memoization) decorator for Typescript
- cache
- caching
- memoize
- memoization
- typescript
- decorator
- memoise
- memoisation
- performance
- local storage
- scopes
- ttl
Lodash's memoize function, but in a much smaller package than lodash.memoize's.
Cache values in your Web Extension and clear them on expiration. Also includes a memoize-like API to cache any function results automatically.
- await
- background page
- browser
- cache
- chrome
- content script
- expirating
- extension
- firefox
- safari
- memoize
- memoization
- options page
- promises
- View more
Create a lazily evaluated value
Memoization utilities
Delay the evaluation of a variadic async function and cache the result
memoize the last result, in async way