cache-one
A cache library only remembers the last call that matches the parameter key.
A cache library only remembers the last call that matches the parameter key.
The easiest way to handle iterables.
Helper tools for advent of code, your very own helper elf
Utils for re-reselect library
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
Polyfill for RFC 566: @cached
A function is a set of statements that performs a task or calculates a value {web}.
An async function is a function that delivers its result asynchronously (through Promise).
An async function is a function that delivers its result asynchronously (through Promise) {web}.
Yet another memoize library
Extensible memoize that allows plugin arbitrary cache implementation, supporting multiple layers of caches. By default, it uses a mem cache with no expiration.
Memoizes functions with named arguments
Fast memoization decorator and other helpers with 1st class support for Promises.
Proxy optimization of Array methods. For use with immutable methods. Contains memoized methods. Does not modify the input array.
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
Библиотека с набором функций для возможности использования некоторых приемов функционального программирования
A lightweight utility for memoizing functions to improve performance by caching their results.
Fast, small, efficient JavaScript memoization lib to memoize JS functions
Memoize a function.