Skip to content

Zip Compression Speedup & Official (Incomplete) Big Endian Support

Compare
Choose a tag to compare
@johannesvollmer johannesvollmer released this 19 Aug 14:33
· 188 commits to master since this release
  • Replaced inflate & deflate dependency with miniz_oxide, improving decompression performance and compression ratio (Thanks to @Shnatsel for the suggestion) for compression methods ZIP1, ZIP16, PXR24.
  • Officially started supporting big endian architectures. The functionality is almost fully implemented already. Only the PXR24 compression method is not supported yet, it will return an error when compressed or decompressed on such an architecture.
  • lebe dependency license changed to standardized BSD-3-Clause

here it is