View Single Post
  #2  
Old 08-03-2018, 20:23
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
Quote:
Originally Posted by 78372 View Post
Seems interesting, I thought reflate can precompress better than precomp. Which precomp version are you using?
precomp 038.
i guess any version of precomp works on them but not pzlib.
pzlib has some problems like too much ram utilization during compression and decompression. use of chunk(main problem) because u have to find the exact chuck for games. In reflate part of pzlib, u can only set level manually, u cant set memory, windowsbits, parameters, I guess which causes creation of diff file and hence makes compression worse(in some cases).
pzlib hase many good things as well like faster decompression, compression, multithreading( i have no idea why the pzlib is only a bit faster in decompression than precomp).
Reply With Quote