PDA

View Full Version : Experience with precomp ?


aswadd
18-08-2016, 11:25
Hello Guys .. I want to know the best safe version to use for precomp
there are 8 versions of precomp so anyone have experience with all versions can tell me the best safe one ?? no errors .. no issues .. best version for detecting streams .. I want to know your opinion & experience with the different versions :) :)

Razor12911
18-08-2016, 11:36
Took a test earlier this year, anything new is slow.

aswadd
18-08-2016, 11:45
SO v.0.3.8 is Faster :) however we can speed up precomp with other tools so i see speed is not the only thing ...

Razor12911
18-08-2016, 11:47
"however we can speed up precomp with other tools", what other tools?

aswadd
18-08-2016, 11:54
ppx2_multi threading tool :D I see russian guy using it to speed up precomp

RamiroCruzo
18-08-2016, 12:01
ppx2_multi threading tool :D I see russian guy using it to speed up precomp

**Sigh** It doesn't speed up Precomp instead runs many Precomp at same time. Its of no use for a single file.

aswadd
18-08-2016, 12:07
**Sigh** It doesn't speed up Precomp instead runs many Precomp at same time. Its of no use for a single file.
yes you are right at least we can have multi thread precomp

felice2011
18-08-2016, 14:41
If we really want to be precise a quick comparison a head to head ...;)

http://i65.tinypic.com/2rcr9t0.png

FitGirl
18-08-2016, 15:47
Hello Guys .. I want to know the best safe version to use for precomp
there are 8 versions of precomp so anyone have experience with all versions can tell me the best safe one ?? no errors .. no issues .. best version for detecting streams .. I want to know your opinion & experience with the different versions :) :)
0.3.8 is the fastest, but doesn't support inner deflate streams, unlike newer versions.

felice2011
18-08-2016, 16:05
0.3.8 is the fastest, but doesn't support inner deflate streams, unlike newer versions.

Also I think there is of better compared to the precomp family.:)

Sebazz
18-08-2016, 17:09
FitGirl, you use the CLS precompinside of Profrager with CLS version 0.3.1 and precomp version 0.38 or 0.43 right?. This come with a CLS.ini config for the precomp and srep. Here is the link. Guys, what is your opinion about this ? Is the best for use?

http://krinkels.org/resources/precompinside.1/

aswadd
18-08-2016, 18:23
If we really want to be precise a quick comparison a head to head ...;)

http://i65.tinypic.com/2rcr9t0.png thnx man you made the final one :)

aswadd
18-08-2016, 18:30
[QUOTE=felice2011;450884]If we really want to be precise a quick comparison a head to head ...;)

last thing .. could you make unpacking time comparison pls :) 'cause i want to see if there will be a different :rolleyes:

felice2011
18-08-2016, 23:46
[QUOTE=felice2011;450884]If we really want to be precise a quick comparison a head to head ...;)

last thing .. could you make unpacking time comparison pls :) 'cause i want to see if there will be a different :rolleyes:

I am finishing to test some new compressors to a friend here in the forum, when I have time I will publish the result of decomp/time.

aswadd
19-08-2016, 00:43
Alright I'm waiting :D

felice2011
20-08-2016, 15:19
Pre-Comp_UPK_Ratio+Time

http://i67.tinypic.com/k6c6x.png

Pre-Comp_UPK_Time+Size

http://i67.tinypic.com/30b1zwi.png

Decomp_UPK_Time+Size

http://i64.tinypic.com/2qcezyh.png

Precomp038 and 040 do not I would take it consider as pre-compressor given that does not support the deflate streams of the internal files, the rest of the family Precomp you can value them from graphics.

PZlib has a high ratio pre-compressor with amazing speed of pre-compression and decompression, it detects only the streams zlib compressed that have headers at the beginning of the file data block.

Reflate is one of the best pre-compressors with the highest absolute pre-compression ratio, but in the version tested it is not one of the first in pre-compression times, and last classified in decompression times. ( In continuously updated to improve its great potential )

Antiz excellent pre-compressor that supports any file that contains standard deflate streams, with good times pre-compression and decompression.

Zlib-Jo something new for me, still being tested, but the potential is really very good, with a high pre-compression threshold, and with excellent times of pre-comp and decomp.

aswadd
21-08-2016, 01:36
thnx felice2011 In the end you are the boss of comparison :D Just one thing
will zlib-jo be for public or private only ??