|
7 роки тому | |
---|---|---|
.gitignore | 7 роки тому | |
LICENSE | 7 роки тому | |
README.md | 7 роки тому |
Just notes on various things
Cache a function. Add @cache
before any function that always returns the same value for hte same input to add some magic cacheing to it.