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

Update paralisation to use futures library #386

Closed
gowerc opened this issue Jan 30, 2023 · 1 comment
Closed

Update paralisation to use futures library #386

gowerc opened this issue Jan 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@gowerc
Copy link
Collaborator

gowerc commented Jan 30, 2023

Futures library seems to work really well for simplifying the parallisation implementation. It also scales nicely both with local machines and submitting jobs to large remote clusters. I think we should aim to upgrade our parallisation back end to use this.

@gowerc gowerc added the enhancement New feature or request label Jan 30, 2023
@gowerc
Copy link
Collaborator Author

gowerc commented Sep 27, 2024

in hindsight I don't think this adds any value given that our parallelisation is handled internally with minimal user interaction. Thus will close to avoid adding more dependencies.

@gowerc gowerc closed this as completed Sep 27, 2024
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