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 updates #36

Closed
dwijn opened this issue Jul 29, 2023 · 0 comments · Fixed by #37
Closed

Parallelize updates #36

dwijn opened this issue Jul 29, 2023 · 0 comments · Fixed by #37

Comments

@dwijn
Copy link
Contributor

dwijn commented Jul 29, 2023

As noted in the readme, by default adstex checks for updates and it runs kind of slow as a result of doing many ADS queries serially. Parallelizing this step is relatively easy and would speed things up dramatically.
I have implemented parallelization using joblib in my fork (dwijn/adstex) and it seems to work properly, though I have not tested my code extensively.

@yymao yymao linked a pull request Sep 15, 2023 that will close this issue
@yymao yymao closed this as completed in #37 Sep 15, 2023
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 a pull request may close this issue.

1 participant