Memoize a node-style async function
A simple Memoize helper, with TypeScript decorator support!
fork of fast-memoize and support esm
A memoization library which only remembers the latest invocation
A memoization function that uses a WeakMap
Intuitive magical memoization library with Proxy and 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
Fastest memoization lib that supports N arguments
Memoize promise-returning & async functions
The lodash method `_.memoize` exported as a module.
A blazing fast memoization library that is tiny but feature-rich.
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
Simple memoize utility ideal for functions with async/await syntax and promises. It supports cache in memory or via Redis
A utility to provide lru memoization for any js function
memoize the last result, in async way
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.
Garbage-collected memoizer for variadic functions
Memoize getters and methods to compute only once
Memoize/cache function results
Memoize any function using Keyv as storage backend.
Provides in-memory caching of any Ruby method. It's dead simple and won't get in the way of any of your code. For something more robust that offers persistence try http://github.com/JackDanger/cached_values/ Documentation also available here: http://objectproxy.rubyforge.org/simple_memoize/
A brutally simple macro for memoizing methods.
Really simple memoization for ruby 2.0
Simple Memoizer is a helper module that encapsulates a modern memoization technique.
Memonic is a simple, lightweight memoization helper.
Simple memcache-based memoization library for Ruby
Memorandum provides a simple method to memoize method results. It also provides flags for freezing the cached results.
Memoization so simple you could have written it. But I did, so you don't have to.
memoize function without alias method chain
Simple memcache-based memoization library for Ruby
📥 📤 simple yet clever memoization helper with parameter support
Reusable module to extend named memoized blocks with an expiration time.
No description provided.
No description provided.
No description provided.
No description provided.