Contents

memoization 0.4.0

0

A powerful caching library for Python, with TTL support and multiple algorithm options. (https://git

A powerful caching library for Python, with TTL support and multiple algorithm options. (https://github.com/lonelyenvoy/python-memoization)

Stars: 215, Watchers: 215, Forks: 14, Open Issues: 13

The lonelyenvoy/python-memoization repo was created 5 years ago and the last code push was 2 years ago.
The project is popular with 215 github stars!

How to Install memoization

You can install memoization using pip

pip install memoization

or add it to a project with poetry

poetry add memoization

Package Details

Author
lonelyenvoy
License
MIT
Homepage
https://github.com/lonelyenvoy/python-memoization
PyPi:
https://pypi.org/project/memoization/
GitHub Repo:
https://github.com/lonelyenvoy/python-memoization

Classifiers

  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  memoization  pypi packages just yet.

Errors

A list of common memoization errors.

Code Examples

Here are some memoization code examples and snippets.

Related Packages & Articles

cachetools 5.3.3

Cachetools is a python library that provides Extensible memoizing collections and decorators. It provides multiple cache classes based on different cache algorithms, as well as decorators for easily memoizing function and method calls.

makefun 1.15.2

Small library to dynamically create python functions.

funcy 2.0

A fancy and practical functional tools