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

Tool output caching #13

Open
mfitzp opened this issue Mar 13, 2014 · 0 comments
Open

Tool output caching #13

mfitzp opened this issue Mar 13, 2014 · 0 comments

Comments

@mfitzp
Copy link
Owner

mfitzp commented Mar 13, 2014

Some long-running calculations would be nice to 'skip' using a local cache of processed data. The cache should hash the inputs (data) and config (settings) for a given tool, which taken together should predict the output. The runner can check for the existence of a cached result before initiating the run and return that data instead.

Implement cache as a store of pickled objects.

Tools can opt-out of caching.

@mfitzp mfitzp closed this as completed May 20, 2014
@mfitzp mfitzp reopened this May 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant