gdesrosiers1805 opened a new pull request, #1672: URL: https://github.com/apache/daffodil/pull/1672
- Add DeterministicGZIPOutputStream subclass that sets Deflater.BEST_COMPRESSION (level 9) - At DEFAULT_COMPRESSION (level 6), stock zlib and zlib-ng produce byte-different gzip output due to different match-finding heuristics - At BEST_COMPRESSION (level 9), both implementations produce identical output. - Note: BEST_COMPRESSION is slower than DEFAULT_COMPRESSION -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
