
When you absolutely need compression speed, this not so well known compression tool turned out to be the clear winner. Even without the multi-core capability.Īlso it was amazing to see how really REALLY fast zstd is, while still giving decent compression size. So I was grinning at how Debian Buster packaged a very old version of rzip instead of the new one – turned out the joke’s on me : the old rzip perform better than the new one.

I was testing Debian Buster’s version of rzip, which turned out to be pretty old – it does not even have multi-thread/core capability.Then I was even more surprised to find out that : The result, for each different file types, may surprise you 🙂įor example I was surprised to see rzip beat lrzip – because lrzip is supposed to be the enhancement of rzip. The bar chart on top of this article is based from this result.Īs you can see, currently this script will benchmark the following compression tools automatically : pigz – gzip – bzip2 – pbzip2 – lrzip – rzip – zstd – pixz – plzip – xz
#Rzip archiver archive#
Here’s a sample result for a Database archive file (type MySQL dump) :

File type : different tool will compress different type of file differentlyīut there are so many great compression tools available in Unix / Linux.You also need to weighs in other factors. Especially when dealing with log files, or database archive, you can save a ton of space with the right compression tool.īut space saving is not the only consideration. One way to achieve that is by using compression. So it’s in my interest to keep the file sizes as low as possible. While storage capacity is not infinite indeed.
