Open Kizaemon opened 5 years ago
Thanks for reporting this bug/problem, and sorry about the delay in getting back to you. This is a self-service repository, where I merge PRs and where the merging of PRs causes nugets to be pushed automatically (if you bump the version number in your PR). I'll leave this issue open until someone (or yourself) fixes it.
Dear Team, good job!
I wonder if you can help resolving the following issue.
When compressing same file using the ZipFile vs the ZipOutputStream, I get different resulting files, although all parameters seem to be same.
The result of ZipOutputStream seem to be smaller in size and also the throughput is smaller. Using some sparse 500 mb input file, I'm getting follwing:
ZipFile compresses to 52MB at 90 MB/sec. ZipOutputStream compresses to 47 MB at 80 MB/sec.
I would expect very similar results. What would be the reason for the difference?
Here is a piece of code for demonstration: