appyter
appyter copied to clipboard
Caching things
trafficstars
There are various places we could cache things to speed up execution over time and/or not do redundant work.
- [ ] caching network requests
- [ ] automatic function call memoization with joblib's Memory
- [ ] cell with dependencies caching (docker-style)
- [x] duplicate input parameters