reed-framework
reed-framework copied to clipboard
Switch to LZ4 instead of ZIP compression
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.