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

Multicore support (parallel decompression) #14

Open
stopiccot opened this issue Dec 10, 2012 · 2 comments
Open

Multicore support (parallel decompression) #14

stopiccot opened this issue Dec 10, 2012 · 2 comments
Milestone

Comments

@stopiccot
Copy link

Right now InnoExtract seems to be a classic single threaded program that could be speeded up a lot by using multiple cores.

@dscharrer
Copy link
Owner

Right. Some installers only use a single compressions stream so there isn't much room for speed improvement (besides decoupling input, decompression and output - might still be worth it!), but many use a new compression stream for each file.

@dscharrer dscharrer added this to the 1.6 milestone Sep 24, 2015
@dscharrer dscharrer modified the milestones: 1.7, 1.6 Jan 9, 2016
@dscharrer dscharrer modified the milestones: 1.7, 1.8 Jun 9, 2018
@dscharrer dscharrer modified the milestones: 1.8, 1.9 Sep 9, 2018
@dscharrer dscharrer modified the milestones: 1.9, 2.0 Apr 4, 2020
@KiralyCraft
Copy link

Looking forward to this! It's amazing even as-is, I am drooling over the idea of implementing multi-threaded support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants