mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 15:25:46 +00:00
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.