wow, thanks. I should start compressing my english papers...
#4
I think you'll find word documents compress very nicely. I prefer winrar over winzip for my compression needs. You can easily experiment with each to see what you like best.
#5
DarkAnt
195
0
what's the difference between the two? I've always used winzip mostly because I've always used it and it gets the job done.
zip is an ok compression scheme. gz is better and bz2 is even better.
#7
master_coda
591
0
And lzma is even better than bz2.
Almost all of the compression algorithms in use are "good enough". Zip and gzip files are small, and just about every decompression utility can work with them, so they're very portable. In a situation where you have to give the files to someone else, it's more useful to have a portable file format than a higher compression ratio.
Of course if you're just compressing your own archives, just use the algorithm with the highest compression.