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

Improve decompression threading #605

Open
wcampbell0x2a opened this issue Sep 3, 2024 · 0 comments
Open

Improve decompression threading #605

wcampbell0x2a opened this issue Sep 3, 2024 · 0 comments
Labels
A-backhand-lib A-unsquashfs backhand-cli: unsquashfs C-enhancement New feature or request

Comments

@wcampbell0x2a
Copy link
Owner

wcampbell0x2a commented Sep 3, 2024

A current bottleneck that is that a thread is created per file, instead of per decompressed chunk. This leaves to times where huge files are decompressed with only a single core instead of spreading the chunks that need decompressed into different cores.

This is seen mostly with the following benchmark: https://github.com/wcampbell0x2a/backhand/blob/master/BENCHMARK.md#plexamp-461appimage

@wcampbell0x2a wcampbell0x2a added C-enhancement New feature or request A-unsquashfs backhand-cli: unsquashfs A-backhand-lib labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backhand-lib A-unsquashfs backhand-cli: unsquashfs C-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant