zlib replacement with optimizations for "next generation" systems.
zlib replacement with optimizations for "next generation" systems. Features: - Zlib compatible API with support for dual-linking - Modernized native API based on zlib API for ease of porting - Modern C11 syntax and a clean code layout - Deflate medium and quick algorithms based on Intel’s zlib fork - Support for CPU intrinsics when available - Unaligned memory read/writes and large bit buffer improvements - Includes improvements from Cloudflare and Intel forks - Configure, CMake, and NMake build system support - Comprehensive set of CMake unit tests - Code sanitizers, fuzzing, and coverage - GitHub Actions continuous integration on Windows, macOS, and Linux - Emulated CI for ARM, AARCH64, PPC, PPC64, RISCV, SPARC64, S390x using qemu
zlib replacement with optimizations for "next generation" systems. Features: - Zlib compatible API with support for dual-linking - Modernized native API based on zlib API for ease of porting - Modern C11 syntax and a clean code layout - Deflate medium and quick algorithms based on Intel’s zlib fork - Support for CPU intrinsics when available - Unaligned memory read/writes and large bit buffer improvements - Includes improvements from Cloudflare and Intel forks - Configure, CMake, and NMake build system support - Comprehensive set of CMake unit tests - Code sanitizers, fuzzing, and coverage - GitHub Actions continuous integration on Windows, macOS, and Linux - Emulated CI for ARM, AARCH64, PPC, PPC64, RISCV, SPARC64, S390x using qemu
To install zlib-ng, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zlib-ng
To see what files were installed by zlib-ng, run:
port contents zlib-ng
To later upgrade zlib-ng, run:
sudo port selfupdate && sudo port upgrade zlib-ng
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.