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

Slow submissions #68

Open
jthorton opened this issue Dec 4, 2020 · 1 comment
Open

Slow submissions #68

jthorton opened this issue Dec 4, 2020 · 1 comment

Comments

@jthorton
Copy link
Contributor

jthorton commented Dec 4, 2020

When generating tasks for large datasets this can be quite slow and maybe it would be best to chuck up the dataset and call compute using threading this would allow us to submit the datasets faster.

@jthorton jthorton mentioned this issue Jan 6, 2021
3 tasks
@jthorton
Copy link
Contributor Author

Submission threading is now possible and for a 3000 entry optimization dataset we see around a 1.4x speed up during the submission process. We might be able to gain more speedups using some combination of threading and multiprocessing, Ill leave this open to collect ideas.

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

No branches or pull requests

1 participant