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.
An enhanced memoization library for Python
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.
Add a description, image, and links to the memoization-library topic page so that developers can more easily learn about it.
To associate your repository with the memoization-library topic, visit your repo's landing page and select "manage topics."