|
před 7 roky | |
---|---|---|
.gitignore | před 7 roky | |
LICENSE | před 7 roky | |
README.md | před 7 roky |
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.