libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Change how the length threshold is used #174

Closed tuliom closed 2 years ago

tuliom commented 2 years ago
  1. Avoid falling back to software due to length threshold unless Z_FINISH is passed to deflate()/inflate().
  2. Fix an issue that was causing gzopen() to never fall-back to software.