Decompression Improvements
Skip evaluation of CRC-32 Checksum
Use of 64Kbyte buffers and 16bit unsigned short integer arithmetic for string copies. Original code uses (index++)&0x7fff to implement cyclic 32Kbyte buffers. This “wrap-around” in now implemented in hardware!