Memoization
Memoization copied to clipboard
Implemented memoize in python.
- example without memoize
- simple memoization in different ways: with function, class, decorator
- example with file as a cache
- using lru_cashe