Zip Compression Speedup & Official (Incomplete) Big Endian Support
johannesvollmer
released this
19 Aug 14:33
·
188 commits
to master
since this release
- Replaced
inflate
&deflate
dependency withminiz_oxide
, improving decompression performance and compression ratio (Thanks to @Shnatsel for the suggestion) for compression methodsZIP1
,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