-
Notifications
You must be signed in to change notification settings - Fork 152
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
feat: use thread pool #554
base: main
Are you sure you want to change the base?
Conversation
7d8abfd
to
b3599aa
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #554 +/- ##
==========================================
- Coverage 92.17% 90.97% -1.20%
==========================================
Files 22 23 +1
Lines 1572 1640 +68
Branches 286 294 +8
==========================================
+ Hits 1449 1492 +43
- Misses 74 95 +21
- Partials 49 53 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment has been minimized.
This comment has been minimized.
@oraluben, do you have any timings for this one ? I'd rather not increase the complexity of auditwheel if the improvement is small given maintainer bandwidth. |
Use multithread to run IO-bounded jobs (e.g. shell command) concurrently.
Part of #545
TODO: