The Wayback Machine - https://web.archive.org/web/20210725012058/https://github.com/topics/memoize-decorator
Here are
19 public repositories
matching this topic...
A powerful caching library for Python, with TTL support and multiple algorithm options.
Updated
Dec 19, 2020
Python
Decorator to memoize the results of async functions via lru-cache.
Updated
Jul 11, 2020
JavaScript
Updated
Jul 20, 2021
JavaScript
Simple decorator for caching the result of a function based on the most recent arguments
Updated
May 10, 2021
TypeScript
An enhanced memoization library for Python
Updated
Jul 31, 2018
Python
📓 A memoize util for TypeScript.
Updated
Mar 28, 2020
TypeScript
Easy to use caching for functions and methods.
Updated
Feb 12, 2021
Python
Memoization decorator for Python, with optional TTL (measured in time or function calls) for the cached results.
Updated
Mar 3, 2021
Python
fcache caches the result of function calls to memory or disk. Saves you the pain of recomputing slow functions over and over again. fcache works well with numpy arrays, pandas dataframes and inside ipython notebooks.
Updated
May 20, 2017
Python
Stores the results of expensive function calls and returns the cached result when the same inputs occur again
Updated
May 20, 2021
Python
Memoize methods of a given JavaScript object
Updated
Jul 19, 2021
TypeScript
Updated
Mar 18, 2020
Python
Decorators for es6+, with promise support
Updated
Oct 25, 2019
JavaScript
A straightforward LRU Cache implementation using OrderedDict
Updated
Jan 16, 2018
Python
Simple method memoization decorator based on cachetools, suitable for numpy.ndarray input.
Updated
Oct 9, 2015
Python
Memoising decorator using a time aware least recently used (TLRU) cache.
Updated
Dec 9, 2020
Python
A caching system for Python
Updated
Oct 11, 2017
Python
A Python Decorator similar to but simpler than functools.lru_cache with the extra ability to select parameters
Updated
Oct 11, 2020
Python
Memoize instance methods with ease.
Updated
May 13, 2021
Ruby
Improve this page
Add a description, image, and links to the
memoize-decorator
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
memoize-decorator
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.