
Perform file compression according to unique algorithms. Select the archiving mode and control the process for one or several items, customize the name of the resulting package, set the destination folder, etc. Optionally, perform quick extraction of content.
RAR is a compression program offering an original algorithm. This new way to compress files provides greater efficiency, and makes smaller archives -- especially on multimedia files, and archives with many files. RAR also offers self-extracting capabilities as well as disk-spanning (or multi-volumes). RAR is the official RAR archive utility for Mac OS X (offered as a command line utility), especially useful while reading all those alt.binaries newsgroups.
To use the RAR command line application, place the files in any folder on your hard drive, and call the utility by typing in the full path to the application (e.g., to run from the current directory, type "./rar" or "./unrar" followed by the appropriate parameters). Typing the application name (rar or unrar) without any parameters will produce a helpful guide to each program's usage.
v4.2
- Multithreaded RAR compression is enabled by default. (You can disable it with -mt1 switch.)
- Comparing to RAR 4.11, some speed gain is possible in single processor mode as well.
- Speed gain depends on data type and average file size.
- Several cores are utilized more efficiently when compressing large files.
- We had to increase memory requirements to achieve higher compression speed. General RAR compression algorithm allocates about 120 MB comparing to 40 MB in RAR 4.11.
- RAR text compression algorithm cannot utilize several CPU coresefficiently, so its performance in multiprocessor environment is much lower than for general algorithm. Also its decompression speed is much lower than in general algorithm regardless of CPU number. So we decided to disable the text algorithm by default.
- If you need maximum possible compression ratio for plain text data regardless of speed, you can enable the text compression with -mct switch.
- RAR general decompression algorithm speed is slightly improved, though not to same extent as RAR compression. RAR decompression is not able to use several processor cores, so its performance does not depend on a number of cores.