Memoize promise-returning & async functions
fork of fast-memoize and support esm
A memoization library which only remembers the latest invocation
A memoization function that uses a WeakMap
Memoize decorator for Typescript
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Fastest memoization lib that supports N arguments
Memoize promise-returning & async functions
The lodash method `_.memoize` exported as a module.
Intuitive magical memoization library with Proxy and WeakMap
A blazing fast memoization library that is tiny but feature-rich.
HTML templates literals in JavaScript
A library for building fast, lightweight web components
A simple base class for creating fast, lightweight web components
A React component wrapper for web components.
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
DOM shim for Lit Server Side Rendering (SSR)
A simple low level base class for creating fast, lightweight web components
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.
Memoization utilities for cacheable
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.
A React component wrapper for web components.
Fast memoization decorator and other helpers with 1st class support for Promises.
Garbage-collected memoizer for variadic functions