I was just wondering, what's the difference between these file formats? Shouldn't there be just one or two that generally tend to perform superior to most others?
feedback
|
closed as not constructive by grawity, Linker3000, Nifle, Tom Wijsman, KronoS Sep 19 '11 at 1:24
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
There are other compression algorithms (and their associated programs) that compress files differently for different results. Some popular programs include:
Generally newer archivers will use better compression algorithms, usually at the cost of taking longer (requiring more CPU time) to compress or requiring more memory or both. As a general rule though, the newer the program, the newer it's algorithms and therefore the better its compression will be. | |||||
feedback
|
|
While | |||
|
feedback
|
|
If its linux based, .tar.gz or .tar.bz - otherwise known as your humble tarball. In windows, .zip - natively supported since windows XP. You also often encounter .rar (especially with files from slightly dubious sources) and .7z (windows/open source software most often). If you want to be ABSOLUTELY sure your file will be opened by most modern OSes (and some not so modern ones), .zip is the safe choice. Efficiency depends on the filetype in many cases - for example lrzip works best with VERY large files, text files always compress very well, but compressed audio dosen't, and compression ratio is often traded off for processor and ram usage- as such, there is no 'best' file format for compression | |||
|
feedback
|
|
I prefer compressing my data using *.rar with WinRAR as it is completely customizable. I use it because i can choose how much i want to compress it and i can set passwords to protect my archive. If i'm doing something involving disk images, i'll compress to *.iso or *.daa using PowerISO. Whenever i'm not at one of my own computers, i compress it using windows 7's built in *.zip compressor. on ubuntu, i dont normally use that OS a lot but if i do, i will prob compress in *.tar.gz or *.zip. hope this was helpful! | |||
|
feedback
|