Async memoize module powered by uber-cache
fork of fast-memoize and support esm
A memoization library which only remembers the latest invocation
A memoization function that uses a WeakMap
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Memoize decorator for Typescript
Pure-Javascript version of the H3 library, a hexagon-based geographic grid system
Fastest memoization lib that supports N arguments
Memoize promise-returning & async functions
Intuitive magical memoization library with Proxy and WeakMap
The lodash method `_.memoize` exported as a module.
A blazing fast memoization library that is tiny but feature-rich.
JavaScript environment detection for browser and Node
Stats object for reporting performance statistics
JavaScript debug logging for browser and Node
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
Data visualization library based on React and d3.
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.
Memoization utilities for cacheable
Fast memoization decorator and other helpers with 1st class support for Promises.
JavaScript console instrumentation for browser and Node
Garbage-collected memoizer for variadic functions
Memoize getters and methods to compute only once