Quote:
Originally Posted by dixen
Compression speed is good but unpack...very slow(
But thank anyway..
|
dixen,
try this and change the values as well.
ex: if you get thread count of 8
Code:
[Nzip]
Threads=8
Chunk=16m
Options=-p8 -cc -nm -sp -t8
you also know the common rule that the number of threads for decompression should be equal to or less than the number of threads used in compression.
i mean,
Compression --> Threads = 8 (cls-nz.ini)
Decompression --> Threads = 2 , 4 , 8 (cls.ini) cannot be 12 , 16, 32
also, different chunk sizes give you different compression ratios.