The sightly better file compression with rar is still interesting. But I suppose with today's compute when you think about the time vs space trade-off, time is more important. Space is cheap.
Is not just "slightly better" in some cases. An obvious one is repeated files. If RAR encounters a file ten times, it will compress once and store it and nine pointers. lzma and zstd guis i've tested will store ten compressed copies. It happens all the time in backups.
Don't Use RAR
161–170 of 218 posts
Re: Don't Use RAR
#162Re: Don't Use RAR
#163One benefit of RAR is when dealing with multi-file archives, you don't need all of the files to be able to decompress one of them. You don't even need a complete file to be able to look inside! Yes, some of your files will be broken if you don't have the entire archive, but at least you can salvage some of your data. Or you can peek in to make sure you've got the right thing before committing to multi-gigabyte downlo…
Re: Don't Use RAR
#1647zip may also do something similar, but it may depend on the archive type it's creating.
Re: Don't Use RAR
#165Re: Don't Use RAR
#166Earlier quoted context omitted.
7z does not offer archive recovery. This has saved my archived data couple of times, which would be gone, if I was using 7z.
I'm not familiar with compression very much, what's the difference between what 7z does versus "archive recovery"? Thanks
Re: Don't Use RAR
#167Earlier quoted context omitted.
I'm not sure what you're talking about. The major tool promoted in the article is 7Zip which is not made by either Google or Facebook, costs $0, and doesn't contain ads or collect data. The two tools which are made by Google or Facebook are command line utilities which also don't contain ads.
7zip is just one of three applications mentioned in the article and the article says it’s much slower and seems to more recommend offerings from Facebook and Google. First off, 7-Zip achieves a better compression ratio, but it is much slower to compress than RAR. However, since 2013 Google's Brotli and since 2015 Facebook's Zstandard (Zstd) are two good options for file compression. I didn’t say either of them contai…
Re: Don't Use RAR
#168If you're using compression, and you have more than one core, you should consider trying pbzip2 - it's parallel http://compression.ca/pbzip2/ 7zip may also do something similar, but it may depend on the archive type it's creating.
Re: Don't Use RAR
#169Re: Don't Use RAR
#170The rar license prohibits writing a compatible compressor? What kind of nonsense is that? I clicked the license link and there is a scary looking anti-reverse-engineering clause, but 1) that sounds legally dubious given how the program is distributed; and 2) there is a FOSS decompressor, and studying that may be sufficient to write a compressor without examining the non-free official compressor. The article is right…