• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's your favorite compression utility?

Armitage

Banned
I ussually use bzip2, but compressing some db backups seemed to be taking to long (and stomping the box), so I did a quick test:

Started with a 512MB chunk of a MySQL table file

zip: 1:52, 288MB, system load around 80-90%
gzip: 1:40, 288MB, system load around 80-90%
bzip2: 5:01, 234MB, system load around 95-98%

Ouch.

Just switched the script over to gzip ... we'll see how it does.

FWIW, test machine is a 3.2GHz P4, 1GB RAM, 7200RPM IDE, Red Hat Enterprise 3.0
 
I've always heard great things about WinRAR, but it's interface sucks IMO. Oddly enough, in all my days of general computing, I've not much had the need for a zip program.
 
Originally posted by: Schadenfroh
The freeware, opensource, bloatfree, 7-zip.


Supports all major formats: 7z, ZIP, CAB, RAR, ARJ, GZIP, BZIP2, TAR, CPIO, RPM and DEB

I just heard about 7-zip recently from a guy in our office. I'll have to take a look at it.
 
Originally posted by: Nothinman
Generally bzip2, but it's too CPU intensive for some of my slower machines so on them I usually use gzip.

bzip2 is great for when you have lots of small files, but on big files your not going to gain a whole lot when you take into account the cpu stuff.

tar/split/gzip ownz ju 😛
 
Back
Top