diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2026-03-09 10:14:57 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-03-09 20:42:34 +0100 |
| commit | 1cb2d2daf1af865ce7bab2869c0ea94bc94e5924 (patch) | |
| tree | db5f5fadc1b8780d75ebb6d6dea116930597f5ff | |
| parent | ea62fd5885c3edfbd3bab30faf00c532abd50dbc (diff) | |
| download | Project-Tick-1cb2d2daf1af865ce7bab2869c0ea94bc94e5924.tar.gz Project-Tick-1cb2d2daf1af865ce7bab2869c0ea94bc94e5924.zip | |
README: Small feature list updates
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,6 +16,7 @@ Features * Zlib compatible API with support for dual-linking * Modernized native API based on zlib API for ease of porting +* Major speed improvements, x86-64 can be about 4x faster than stock zlib for example. * 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 @@ -31,7 +32,8 @@ Features * 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, LoongArch, PPC, PPC64, RISCV, SPARC64, S390x using qemu + * Native CI for Aarch64, S390x, x86, x86-64 + * Emulated CI for ARM, LoongArch, PPC, PPC64, RISCV, SPARC64, S390x using qemu History |
