appyter icon indicating copy to clipboard operation
appyter copied to clipboard

Caching things

Open u8sand opened this issue 5 years ago • 0 comments
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

u8sand avatar Jun 11 '20 15:06 u8sand