Quote:
Originally Posted by 78372
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).