From f54bac4be4150cb6023f0dd88d7d51b67846480f Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sun, 11 Feb 2018 13:45:22 -0500 Subject: [PATCH] mockingboard: Update compression notes --- mockingboard/YM5_COMPRESSION | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mockingboard/YM5_COMPRESSION diff --git a/mockingboard/YM5_COMPRESSION b/mockingboard/YM5_COMPRESSION new file mode 100644 index 00000000..49288bf8 --- /dev/null +++ b/mockingboard/YM5_COMPRESSION @@ -0,0 +1,16 @@ +For example, intro2.ym5 + +raw: 125440 bytes +simple diff: 69220 bytes +lzss: 44154 bytes +gzip: 17119 bytes +bzip2: 12685 bytes +lzma (xz) 5312 bytes + +Interleaved (all of r0 in a row, then all of r1, etc). + +lzss/interleaved: 7981 bytes +lha/interleaved: 3217 bytes <=== default used by ym5 format +bzip2/interleaved 3017 bytes +gzip/interleaved: 2759 bytes +lzma/interleaved: 2129 bytes