Skip to content

Releases: alanb43/memoizeK

v0.1.0

02 May 18:24

Choose a tag to compare

Releases memoizeK on the python package index

Introduces a (very) simple and adjustable memoization cache for functions in your applications, to save compute time. Using the same arguments (that exist in the memo-cache) will yield the cached result your function generated previously, rather than recomputing from scratch.

See the basic usage examples ([1],[2]) if the above wasn't helpful.

Install this release: python3 -m pip install memoizek