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

add optional caching with joblib to QUASR_loader #468

Open
wants to merge 1 commit into
base: cbs/QUASR_loader
Choose a base branch
from

Conversation

missing-user
Copy link
Contributor

@missing-user missing-user commented Jan 8, 2025

Since users will probably be running the script with similar parameters over and over again, I'd suggest adding optional client side caching to the QUASR_loader method to not overload the server with unnecessary traffic.

Caching is optional, will be handled by joblib if installed and otherwise inform the user at the first call of the method.
(This is a modification to another PR, I just don't have access to modify it directly)

@missing-user missing-user changed the title add optional caching with joblib add optional caching with joblib to QUASR_loader Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant