Persistent, stale-free, local and cross-machine caching for Python functions.
-
Updated
Nov 3, 2024 - Python
Persistent, stale-free, local and cross-machine caching for Python functions.
Process call tree memoization tool using strace. Written in Python 3.
An easy-to-use Python library for lightning-fast persistent function caching.
Python Memoizer for classes, functions, and methods
Easy to use caching for functions and methods.
Stores the results of expensive function calls and returns the cached result when the same inputs occur again
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.
A straightforward LRU Cache implementation using OrderedDict
A cool tool for functional programming
Add a description, image, and links to the memoize topic page so that developers can more easily learn about it.
To associate your repository with the memoize topic, visit your repo's landing page and select "manage topics."