|
|
|
|
|
by sltkr
350 days ago
|
|
It does really vary based on the data set. 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. |
|