A powerful caching library for Python, with TTL support and multiple algorithm options.
-
Updated
Aug 1, 2021 - Python
A powerful caching library for Python, with TTL support and multiple algorithm options.
Polyfill for RFC 566: @cached
Symfony bundle for class/method memoization
Python Memoizer for classes, functions, and methods
Memoize methods of a given JavaScript object
Memoize instance methods with ease.
Decorator to memoize the results of async functions via lru-cache.
A straightforward LRU Cache implementation using OrderedDict
An enhanced memoization library for Python
Simple decorator for caching the result of a function based on the most recent arguments
Decorators for es6+, with promise support
Memoization decorator for Python, with optional TTL (measured in time or function calls) for the cached results.
Simple method memoization decorator based on cachetools, suitable for numpy.ndarray input.
A Specman/e package that provides a memoization utility for methods
A Python Decorator similar to but simpler than functools.lru_cache with the extra ability to select parameters
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.
An adjustable cache for python functions.
Stores the results of expensive function calls and returns the cached result when the same inputs occur again
Easy to use caching for functions and methods.
Add a description, image, and links to the memoize-decorator topic page so that developers can more easily learn about it.
To associate your repository with the memoize-decorator topic, visit your repo's landing page and select "manage topics."