Versions tested:0.2a
Optimal parameters:lzma:32m:ht4:mc16
Links:http://freearc.org
Authors:Bulat Ziganshin
Algorithms:LZ+HUF, LZ+ARI, BWT/ST+MTF/WFC
Notable peformances:Application1, Application4, Game1, Game2, OS1, Pitches1, Text2

4x4

A parallel driver for the compression library used in freearc. The quote below is from the program version history that mentiones some of the features:

0.1 Multithreaded compression
Overlapped I/O
Tornado and LZMA:ht4 are used
Blockwise compression

0.2 Fast compression modes made even faster
* direct i/o to compression buffers
* larger blocks to avoid disk trashing
* MM tables disabled in -2/-3 modes
Multi-threaded decompression, also with direct i/o
Fast text compression modes 1t..4t using grzip
* now 4x4 is 10x faster than lzturbo on ENWIK9!
Win32 & Linux versions

0.2a Fixed bug in Tornado

0.2a 4x4-history.txt

 

(Have info that should be added here? E-mail.)


0.2a freezes decompressing Audio1. Compressing with some of the presets (6 and upwards) fail possibly due to out of memory.

Qualified configurations
VerRatingCPRDPRS.E.R.E.RatioC. kB/sD. kB/s
1
0.2a00025301.805310201334859
2
0.2a2441490202.383246439279141
3
0.2a6510611118202.556220626289757
4t
0.2a1041711820923.2731532319786
lzma:32m:ht4:mc16
0.2a455449543281563.8487538107764
Disqualified (why) configurations (with qualification ratings)
VerRatingCPRDPRS.E.R.E.RatioC. kB/sD. kB/s
4
0.2acrash while decompressing (aud1)
5
0.2acrash while decompressing (aud1)

Version info

0.2a, tar: yes, mode: 32-bit, crc32: 6b845133, decoder: 236 kB, tested: 2010 Apr 17
compression: 4x4.exe -p4 <args> <src> <cfile>
decompression: 4x4.exe d -p4 <cfile> <src>