From c790fb8ebe22add76540ad664e29861d3737c1a0 Mon Sep 17 00:00:00 2001 From: Emmanuel Marty Date: Mon, 28 Oct 2019 09:21:57 +0100 Subject: [PATCH] Add link to Gabba ZX Spectrum demo, that uses LZSA --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b15dc4..6430ee5 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ LZSA is a collection of byte-aligned compression formats that are specifically e Check out [The Hollow](https://www.pouet.net/prod.php?which=81909) by Darklite and Offense, winner of the Solskogen 2019 wild compo, that uses LZSA on Z80. +[Gabba](https://www.pouet.net/prod.php?which=83539) by Stardust ranked 2nd in the ZX Spectrum demo compo at CAFe demoparty 2019 and also used LZSA on Z80. + The LZSA compression tool uses an aggressive optimal packing strategy to try to find the sequence of commands that gives the smallest packed file that decompresses to the original while maintaining the maximum possible decompression speed. The compression formats give the user choices that range from decompressing faster than LZ4 on 8-bit systems with better compression, to compressing as well as ZX7 with much better decompression speed. LZSA1 is designed to replace LZ4 and LZSA2 to replace ZX7, in 8-bit scenarios.