mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-06 05:35:22 +00:00
[Request] Pre-compress skeleton files #832
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Deterous on GitHub (May 4, 2025).
Originally assigned to: @mnadareski on GitHub.
Latest redumper no longer compresses skeleton files. It seems compression of skeleton files is unlikely to return for the time being.
MPF currently compresses skeletons into log zips just fine, however the result is that anyone unzipping them ends up with a massive skeleton file in their working directory.
It would be ideal if MPF could gzip compress the skeleton file during AddToArchive, resulting in *.skeleton.gzip in the log zip instead.
@Deterous commented on GitHub (May 4, 2025):
Counter point: the .state file is also very large and compresses highly too, most skeletons are just similar to that. LZMA compresses these files much better than deflate, but I know 7z in dotnet isn't likely feasible.
@mnadareski commented on GitHub (May 4, 2025):
I personally fall in the second category until another C# compression library is ready.
@mnadareski commented on GitHub (Oct 8, 2025):
The other C# compression library is ready.
@Deterous commented on GitHub (Oct 8, 2025):
Fixed as of
5a1d51c05f