Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@alanb43 alanb43 released this 02 May 18:24

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