Search results

355 packages found

Generic memoization with Map and WeakMap

published 2.1.2 4 years ago
M
Q
P

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.

published 1.2.0 4 years ago
M
Q
P

Powerful memoization helper

published 1.2.3 3 years ago
M
Q
P

Simple decorator for caching the result of a function based on the most recent arguments

published 1.0.2 5 years ago
M
Q
P

Memoize is a simple library that remembers the function execution results and can respond immediately.

published 1.0.5 7 years ago
M
Q
P

Stateless weak memoization replacement for reselect and memoize-one

published 1.2.0 4 months ago
M
Q
P

Delay the evaluation of a variadic async function and cache the result

published 1.0.0 6 years ago
M
Q
P

Async memoization

published 3.0.3 8 years ago
M
Q
P

Unabashedly-barebones memoization library with an aim toward speed

published 2.1.0 a year ago
M
Q
P

Define lazy properties on objects that are initialized once and only when accessed. Also known as a lazy initialization and cached/memoized getters.

published 1.0.1 9 years ago
M
Q
P

Fast, small, efficient JavaScript memoization lib to memoize JS functions

published 2.0.0 2 years ago
M
Q
P

Memoize a function of n args with O(n) recall and no memory leaks

published 1.0.0 7 years ago
M
Q
P

A memoization library which only remembers the latest invocation

published 1.3.266 4 hours ago
M
Q
P

A memoisation toolkit

published 2.0.2 7 years ago
M
Q
P

A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.

published 1.1.0 4 years ago
M
Q
P

A function is a set of statements that performs a task or calculates a value.

published 1.1.33 7 months ago
M
Q
P

A decorator for caching class getters and updating the cache based on dependent properties

published 1.2.1 3 years ago
M
Q
P

Cache the result of a method or getter for better performance. Supports timeout and clearing the cache.

published 2.0.0 6 months ago
M
Q
P

Takes a function and returns a memoized compute.

published 2.0.0 6 years ago
M
Q
P

Straightforward implementation of memoization.

published 1.0.2 8 years ago
M
Q
P