|
|
|
|
|
by ars
337 days ago
|
|
That was an impressive result, so I tried it on a huge email inbox. uncompressed: 1512662084
xz --extreme -9: 508431572 12:47
zstd --ultra -21: 508432560 12:44
(-22 ran out of memory.) So at least by me zstd was identical to xz almost to the byte and the second. |
|
If the email data is mostly text with markup (like HTML/XML), you might want to try bzip3 too.
It's also possible that a large part of your email is actually already-compressed binary data (like PDFs and images) possibly encoded in base-64. In that case it's likely that all tools are pretty good at compressing the text and headers, but can do little to compress the attachments, which would explain why the results you get are so close.