Skip to content

michaelb/memoization-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Using a lesser-known python quirk, memoizing functions do not require using decorations, wrappers, etc...

Not saying #1 is the best solution, but possibly the simplest.

2, 3 & 3bis are increasingly complex ways to do memoization, but with features like the ability to memoize easily multiple functions, or deal with that without access to the source code, as well as 'traps' that the programmer should be aware of.

About

Use a python quirk to memoize functions easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages