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 archive image thumbnailing #150

Open
ahodesuka opened this issue Sep 11, 2022 · 0 comments
Open

Improve archive image thumbnailing #150

ahodesuka opened this issue Sep 11, 2022 · 0 comments

Comments

@ahodesuka
Copy link
Owner

The current way thumbnails are generated for archives, if I remember correctly, is that every file is decompressed at the same time (up to the thread limit set by the imagelist) and the thumbnail is created.
This causes an extreme IO bottleneck and most likely hinders performance.

The images should be extracted on one thread and there should be another thread waiting on a queue to create thumbnails for newly extracted images.

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

1 participant