quark v0.95r beta is a free, closed source command line file compressor by Frederic Bautista, Mar. 10, 2006.
It uses LZ.
It is characterized by high compression and fast decompression.
The -m1 option selects relative mode compression, which is normally best, but slowest.
The -d25 option selects a dictionary size of 225 which is the largest that will run without thrashing with 1 GB RAM.
The -l8 option selects the search depth. Higher values normally improve compression (up to -l13, default -l4), but -l8 was the highest practical value for reasonable compression speed (7.5 hours).
Also, larger values were found to hurt compression on enwik5.
Compression time increases approximately exponentially with the -l value.
The compression speed with -l13 is 6,100,000 ns/byte.
Тема - https://encode.su/threads/3050-Quark-exe-(2006)-Data-Compressor
Arc.ini
Для ускорения (пример):
srep+4x4:b64mb:quark
Примечание: долгая компрессия, быстрая декомпрессия
It uses LZ.
It is characterized by high compression and fast decompression.
The -m1 option selects relative mode compression, which is normally best, but slowest.
The -d25 option selects a dictionary size of 225 which is the largest that will run without thrashing with 1 GB RAM.
The -l8 option selects the search depth. Higher values normally improve compression (up to -l13, default -l4), but -l8 was the highest practical value for reasonable compression speed (7.5 hours).
Also, larger values were found to hurt compression on enwik5.
Compression time increases approximately exponentially with the -l value.
The compression speed with -l13 is 6,100,000 ns/byte.
Тема - https://encode.su/threads/3050-Quark-exe-(2006)-Data-Compressor
Arc.ini
Код:
[External compressor:quark]
header = 0
packcmd = quark c -m1 -d30 -l10 -x$$arcpackedfile$$ $$arcdatafile$$.tmp
unpackcmd = quark e $$arcpackedfile$$.tmp -x$$arcdatafile$$
srep+4x4:b64mb:quark
Примечание: долгая компрессия, быстрая декомпрессия