From f3e43cc5c5d4247164ae2711d3f8fd5895f3aee2 Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Sun, 26 Oct 2025 15:36:55 +0100 Subject: [PATCH 1/2] Add a 9% faster ZX02 decompressor --- doc/funcref.sgml | 23 +++ include/zx02.h | 6 + libsrc/common/zx02_fast.s | 179 ++++++++++++++++ test/val/zx02_fast.c | 416 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 624 insertions(+) create mode 100644 libsrc/common/zx02_fast.s create mode 100644 test/val/zx02_fast.c diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 013389b06..b8f806383 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -920,6 +920,7 @@ communication, see also testcode/lib/ser-test.c. + @@ -3580,6 +3581,28 @@ smallest and has the best compression ratio. +decompress_zx02_fast