summaryrefslogtreecommitdiffstats
path: root/system/pucrunch/README
diff options
context:
space:
mode:
author B. Watson2017-09-07 03:07:36 +0200
committer Willy Sudiarto Raharjo2017-09-09 01:56:14 +0200
commit5528773b70839c4612672eda520656075fb35624 (patch)
treeca63146624f3d758146a33aa31427314f40a8329 /system/pucrunch/README
parenta95c301d2b782772e5a2704809ca4ee00758955f (diff)
downloadslackbuilds-5528773b70839c4612672eda520656075fb35624.tar.gz
system/pucrunch: Added (Hybrid Compressor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pucrunch/README')
-rw-r--r--system/pucrunch/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/pucrunch/README b/system/pucrunch/README
new file mode 100644
index 0000000000..355830462f
--- /dev/null
+++ b/system/pucrunch/README
@@ -0,0 +1,12 @@
+pucrunch (compressor optimized for low-resource decompression)
+
+Pucrunch is a Hybrid LZ77 and RLE compressor, uses an Elias Gamma Code
+for lengths, mixture of Gamma Code and linear for LZ77 offset, and
+ranked RLE bytes indexed by the same Gamma Code. Uses no extra memory
+in decompression.
+
+The compressor can compress/decompress files for C64 (-c64), VIC20
+(-c20), C16/+4 (-c16), or for standalone decompressor (-c0).
+
+Assembly sources for example decompressors (for Commodore 64 and Nintendo
+GameBoy) are included.