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

[FEAT] multi-threaded rebuilds #2685

Closed
ghost opened this issue Oct 20, 2021 · 2 comments
Closed

[FEAT] multi-threaded rebuilds #2685

ghost opened this issue Oct 20, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 20, 2021

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

I am rebuilding a large project, and this takes some time (more than a minute). I have a pretty strong CPU, and it looks like apktool is only using a single CPU core, while there are many more unused.

Describe the solution you'd like

I would like to see apktool use multiple threads, preferably with a way to choose how many (defaulting to 1).

Additional context

h

@AndnixSH
Copy link

This would be neat. I have strong CPU as well

@iBotPeaches
Copy link
Owner

I'll be honest. I don't have the knowledge to do this and it would additionally require correctly calling aapt/aapt2 in a threaded environment which I do not know if possible.

I'll throw it on the roadmap and close this.

fb140dc

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

No branches or pull requests

2 participants