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

Use Threading for MP pull parallelism #135

Merged
merged 6 commits into from
Aug 4, 2023
Merged

Use Threading for MP pull parallelism #135

merged 6 commits into from
Aug 4, 2023

Conversation

matthewcarbone
Copy link
Contributor

Resolves #133

I think this could be interesting and very useful. I need to benchmark the timing but in principle the operation of pulling data shouldn't be CPU-bound, so this should speed things up.

@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2022

Codecov Report

Patch coverage: 82.35% and project coverage change: +0.05% 🎉

Comparison is base (4abf96f) 80.52% compared to head (8909df6) 80.58%.
Report is 1 commits behind head on master.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   80.52%   80.58%   +0.05%     
==========================================
  Files          13       13              
  Lines        1022     1025       +3     
==========================================
+ Hits          823      826       +3     
  Misses        199      199              
Files Changed Coverage Δ
lightshow/database.py 83.23% <82.35%> (+0.29%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matthewcarbone matthewcarbone changed the title [WIP] Use Threading for MP pull parallelism Use Threading for MP pull parallelism Aug 2, 2023
@matthewcarbone matthewcarbone marked this pull request as draft August 2, 2023 17:18
@matthewcarbone matthewcarbone marked this pull request as ready for review August 4, 2023 18:45
@matthewcarbone matthewcarbone merged commit 1e76bb1 into master Aug 4, 2023
18 checks passed
@matthewcarbone matthewcarbone deleted the mc/async branch August 4, 2023 18:45
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.

Asynchronous pulls from Materials Project
2 participants