|
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.