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

refactor: parallel upx #178

Merged
merged 1 commit into from
Mar 12, 2023
Merged

refactor: parallel upx #178

merged 1 commit into from
Mar 12, 2023

Conversation

strophy
Copy link
Collaborator

@strophy strophy commented Mar 12, 2023

One of the slowest steps for me during local development is UPX compression, which is single threaded and processes each file in sequence. I need to wait for it in order to run the test stage to see if the previously compiled binaries work.

This PR starts nproc UPX processes and runs them in parallel for a considerable speedup on systems with lots of cores.

@strophy strophy requested a review from rvolosatovs as a code owner March 12, 2023 03:51
@strophy strophy enabled auto-merge (rebase) March 12, 2023 08:06
@strophy strophy force-pushed the feat/parallel-upx branch from d6efea4 to cedbfe1 Compare March 12, 2023 08:09
@strophy strophy merged commit 6558433 into main Mar 12, 2023
@strophy strophy deleted the feat/parallel-upx branch March 12, 2023 09:35
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.

2 participants