
Originally Posted by
Gonzalo
BTW: just for fun, I just compressed 1gb file down to exactly 23 bytes. That is, 0.00000002%

Of course the file has zero entropy...
The method is mrle 4 times, then ccm. There are very much methods left. I tried several and I picked up the best. From about 1.5 years ago, until now, it was rep+slugx=93 bytes.
i got 81 bytes with header-less fazip:
Code:
M:\>fazip compress:rep:1g+tor 1gb0 1gb0.rep-tor
100%: 1,000,000,000 -> 81: 0.00% Cpu 315 mb/s (3.026 sec), real 373 mb/s (2.555 sec) = 118%
M:\>fazip decompress:rep:1g+tor 1gb0.rep-tor nul
100%: 81 -> 1,000,000,000: 0.00% Cpu 2911 mb/s (0.328 sec), real 1658 mb/s (0.575 sec) = 57%
and 64 bytes with srep:
Code:
M:\>srep64 1gb0 -b1g -m0o -d1m:c4 -nomd5
SREP 3.93 beta (September 30, 2014): input size 953 mb, memory used 11364 mb, -m0o -hash- -b1gb -d1mb:h4mb:l512:c4
100%: 1,000,000,000 -> 64: 0.00%. Cpu 443 mb/s (2.153 sec), real 322 mb/s (2.961 sec) = 73%. Remains 00:00
Decompression memory is 0 mb. 1 matches = 16 bytes = 25.00% of file