tied-pants
Error-handling and other function utilities
Error-handling and other function utilities
flexible transparent caching layer for object methods and functions with versatile storing strategies
A memoization library which only remembers the latest invocation. Built with TypeScript and includes decorators.
Generic memoization with Map and WeakMap
A cache support for memoized functions
Cache results of async functions for further calls
A cache support for memoized functions
Simple disk memoization and in memory LRU cache for high latency IO responses
A memoization library which only remembers the latest invocation
A fast hash based function input to output cacher
A utility for creating an iteratively cached (memoized) result of an iterable.
Straightforward implementation of memoization.
Plain functions for a more functional Deku approach to creating stateless React components, with functional goodies such as compose, memoize, etc... for free.
cached-callback caches arguments returned from an earlier execution and passes them to a callback passed in
Simple and Fast memoization function using WeakMap.
Intuitive magical memoization library with Proxy and WeakMap
A memoization library which only remembers the latest invocation. Built with TypeScript and includes decorators.
Cache the result of a method or getter for better performance. Supports timeout and clearing the cache.
Tools like debounce, memoize, etc.
Memoize promise-returning functions in memory or using redis. Includes cache expire and prefetch.