- Compression:
"This is a comparison of popular compression formats by how many nanoseconds it takes to compress each format. The horizontal scale shows tens of kilobytes." Obviously, less is better and it looks like lzop is really fast, but the other results are pretty interesting too.
Once again, lzop is the fastest with lzma on the second place. Yes, the colors are a bit confusing, sorry about that.
If you want to try this out for yourself, you'll find the script code here: compression | decompression
Also, if you want to use the scripts above, make sure you install all the required packages:
sudo apt-get install gnuplot bzip2 lzma xz-utils gzip lzip lzop lrzip
[via - webupd8]