summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2026-03-09 10:14:57 +0100
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-03-09 20:42:34 +0100
commit1cb2d2daf1af865ce7bab2869c0ea94bc94e5924 (patch)
treedb5f5fadc1b8780d75ebb6d6dea116930597f5ff
parentea62fd5885c3edfbd3bab30faf00c532abd50dbc (diff)
downloadProject-Tick-1cb2d2daf1af865ce7bab2869c0ea94bc94e5924.tar.gz
Project-Tick-1cb2d2daf1af865ce7bab2869c0ea94bc94e5924.zip
README: Small feature list updates
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2981ec2d2c..4d92449d45 100644
--- a/README.md
+++ b/README.md
@@ -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