Reedbeta / reed-framework

Basic framework for D3D11 init, model/texture loading, shader compilation and camera movement.
34 stars 4 forks source link

Switch to LZ4 instead of ZIP compression #3

Open Reedbeta opened 9 years ago

Reedbeta commented 9 years ago

ZIP decompression is quite slow. In part this is due to a CRC32 check of the decompressed data, but even when that's disabled, decompression in miniz is slower than HDD read speeds. Should switch to LZ4 for faster loading.