Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching things #30

Open
1 of 4 tasks
u8sand opened this issue Jun 11, 2020 · 0 comments
Open
1 of 4 tasks

Caching things #30

u8sand opened this issue Jun 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@u8sand
Copy link
Collaborator

u8sand commented Jun 11, 2020

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)
  • duplicate input parameters
@u8sand u8sand added the enhancement New feature or request label Jun 11, 2020
@u8sand u8sand changed the title Implement cell caching Caching things Jun 11, 2020
This was referenced Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant