@eurusik/memoized
🧠Smart memoization decorator for TypeScript - A lightweight and flexible TypeScript decorator that memoizes method or getter results using deep argument comparison
🧠Smart memoization decorator for TypeScript - A lightweight and flexible TypeScript decorator that memoizes method or getter results using deep argument comparison
Memoize hook for object
powerful memorization lib, which inspired by memoize-one, proxy-memoize
A function to decorate methods and memoize their results to speed up further requests done with the same arguments.
Memoize promise-returning & async functions
Memoization utilities
Utility for memoizing function in javascript
LRU-based memoizer for Intl constructors.
Collection of common JavaScript / TypeScript utils by [@alexgrozav](http://github.com/alexgrozav).
Plugin for TypeScript to support custom decorators and functions
A caching library for handling async functions without storing errors
Memoization library
Memoize function calls for a single frame.
Memoize function calls with multiple parameters and return values.
Memoize async function calls with multiple parameters and return values.
Memoization function with a least-recently-used cache eviction policy.