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

Parallelize per package tasks #199

Closed
noahnu opened this issue Dec 23, 2020 · 0 comments · Fixed by #273
Closed

Parallelize per package tasks #199

noahnu opened this issue Dec 23, 2020 · 0 comments · Fixed by #273
Assignees
Labels
enhancement New feature or request performance

Comments

@noahnu
Copy link
Contributor

noahnu commented Dec 23, 2020

Is your feature request related to a problem? Please describe.

There are a few tasks which run per package. Currently we use Promise.all which doesn't actually perform parallel processing.

Describe the solution you'd like

Abstract Promise.all usage for parallelization helper, and explore worker threads.

@noahnu noahnu added enhancement New feature or request performance labels Dec 23, 2020
@noahnu noahnu added this to the v2.0.0 milestone Dec 23, 2020
@noahnu noahnu removed this from the v2.0.0 milestone Feb 25, 2021
@noahnu noahnu self-assigned this Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant