-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
See this article here: https://dramsch.net/today-i-learned/gzip/today-i-learned-about-deterministic-gzip-compression/
I'd like to do the same thing but it appears EasyCompressor doesn't expose the necessary options to make GZip deterministic.
After looking into this a bit more, it appears that none of the EasyCompressor formats expose the necessary options to make them deterministic. We should be able to set the timestamp to 0 like in that article and get the exact same compressed output for the same decompressed input. If there's randomness, we should be able to control the seed.
Metadata
Metadata
Assignees
Labels
No labels