mockingboard: Update compression notes

This commit is contained in:
Vince Weaver 2018-02-11 13:45:22 -05:00
parent 480f320561
commit f54bac4be4

View File

@ -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