slackbuilds/libraries/zlib-ng
..
README
slack-desc
zlib-ng.SlackBuild
zlib-ng.info

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

zlib data compression library for the next generation systems

Zlib compatible API with support for dual-linking
Modernized native API based on zlib API for ease of porting
Deflate medium and quick algorithms based on Intels zlib fork
Support for CPU intrinsics when available
CRC32-B implementation using PCLMULQDQ, VPCLMULQDQ, ACLE, & IBM Z
Slide hash implementations using SSE2, AVX2, ARMv6, Neon, VMX & VSX
Compare256 implementations using SSE2, AVX2, Neon, POWER9 & RVV
Adler32 using SSSE3, AVX2, AVX512, AVX512-VNNI, Neon, VMX & VSX
Inflate chunk copying using SSE2, SSSE3, AVX, Neon & VSX
Support for hardware-accelerated deflate using IBM Z DFLTCC
Safe unaligned memory read/writes and large bit buffer improvements
Includes improvements from Cloudflare and Intel forks