zlib-dougallj icon indicating copy to clipboard operation
zlib-dougallj copied to clipboard

Experimental fork of zlib with performance improvements

Results 4 zlib-dougallj issues
Sort by recently updated
recently updated
newest added

I've been working on understanding the fast-path literal optimisation which recently trickled through to the cloudflare fork: https://github.com/dougallj/zlib-dougallj/blob/35ab598c216c4a985c108d7b425bc8e24d87419b/inffast_chunk.c#L188-L200 I'm curious if you tried putting that logic at the end of...

https://www.phoronix.com/news/Zlib-ng-2.1-Beta Your zlib fork works nice for me Thanks and Best regards

https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531 https://www.openwall.com/lists/oss-security/2022/03/28/3

gcc/13.2.1 ``` /opt/rh/gcc-toolset-13/root/usr/lib/gcc/x86_64-redhat-linux/13/include/smmintrin.h:834:1: error: inlining failed in call to ?always_inline? ?_mm_crc32_u32?: target specific option mismatch 834 | _mm_crc32_u32 (unsigned int __C, unsigned int __V) | ^~~~~~~~~~~~~ deflate.c:150:12: note: called from...