
Originally Posted by
cbloom
Its possible to improve the lzma result on this file.
Code:
7z 9.32 -mx9 1 262 024
7z 9.32 -m0=LZMA:a1:d4m:lc2:fb273:mf=bt4:lp3:pb3 1 205 452
For a few extra bytes its possible to utilize currently deprecated Patricia Tree matchfinder.
Code:
7z 4.32 -m0=LZMA:a2:d4m:lc2:fb273:mf=pat4h:lp3:pb3 1 203 387
I was able to beat nanozip on this one and the resulting file is decompressed faster than NZ.
Code:
nz 1 196 966
quark 0.95r -m1 -l13 1 182 230
Bad thing is that Quark is not open source.