-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve memory usage during 7zip decompression
This change improves memory usage, by only keeping a single archive's member file in memory at a time during 7zip decompression. The `py7zr` library does not support streaming decompression yet, so this change is the best we can do for now. Potential fix for #1211, but it won't improve memory usage for single-file 7zip archives.
- Loading branch information
1 parent
0b62fe2
commit 149098f
Showing
3 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters