Skip to content

Update cbz/zip compression to be faster#2960

Merged
Slasar41 merged 1 commit into
dazedcat19:masterfrom
soultaco83:cbz-compression
Jun 27, 2026
Merged

Update cbz/zip compression to be faster#2960
Slasar41 merged 1 commit into
dazedcat19:masterfrom
soultaco83:cbz-compression

Conversation

@soultaco83

Copy link
Copy Markdown

CBZ compression took time and sometimes would stall.
I wanted to try and resolve that.
TZipper already stops and throws an exception if it can't add a file, so if packing failed, the code wouldn't reach the verification.

Use DoZipCbz instead of relying on 7za.exe
Previously, packing CBZ needed to hand the job off to 7za.exe and wait for it to finish
DoZipCbz is already a method that can do the job and not use resources on 7za

@Slasar41
Slasar41 merged commit f7b180c into dazedcat19:master Jun 27, 2026
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