GCZ, RVZ and WIA size comparison

Published: Dec 29, 2020
Reading time: 3 min
Tags: Emulation, Formats, Games, Media, Software

For as long as I can remember, the Dolphin emulator has supported GCZ compression, and since version 5.0-12188, it has added two new formats, WIA and RVZ (as outlined in this blog post). The original post has a quick overview of size comparisons, but it doesn’t detail how well each compression method works.

I tried this with Kururin Squash!, a Japanese exclusive Gamecube game and sequel to the GBA exclusive Kuru Kuru Kururin. No junk data was removed during any of these tests.

The compressed sizes were as follows, with percentage values to match:

FormatSize (bytes)Relative size (percent)
ISO (Original)1,459,978,240610.57
ISO (Uncompressed)239,116,400100.00
GCZ (Standard)107,272,77044.87
WIA (No Compression)239,149,168100.01
WIA (Purge)229,449,76895.96
WIA (2MiB, bzip2, level 1)106,515,76844.55
WIA (2MiB, bzip2, level 5)105,127,44043.97
WIA (2MiB, bzip2, level 9)104,732,18843.79
WIA (2MiB, LZMA, level 1)91,674,18838.34
WIA (2MiB, LZMA, level 5)86,715,74436.26
WIA (2MiB, LZMA, level 9)86,618,71636.22
WIA (2MiB, LZMA2, level 1)91,688,00838.34
WIA (2MiB, LZMA2, level 5)86,728,70836.27
WIA (2MiB, LZMA2, level 9)86,728,70836.27
RVZ (128KiB, bzip2, level 1)106,771,61644.66
RVZ (128KiB, bzip2, level 5)106,339,21644.47
RVZ (128KiB, bzip2, level 9)106,339,21644.47
RVZ (512KiB, bzip2, level 1)106,568,64044.57
RVZ (512KiB, bzip2, level 5)105,239,60044.01
RVZ (512KiB, bzip2, level 9)105,093,18843.95
RVZ (2MiB, bzip2, level 1)106,515,76844.55
RVZ (2MiB, bzip2, level 5)105,127,44043.96
RVZ (2MiB, bzip2, level 9)104,732,18843.80
RVZ (128KiB, LZMA, level 1)96,654,71240.42
RVZ (128KiB, LZMA, level 5)92,597,26838.72
RVZ (128KiB, LZMA, level 9)92,521,64838.69
RVZ (512KiB, LZMA, level 1)93,891,91639.27
RVZ (512KiB, LZMA, level 5)89,668,64037.50
RVZ (512KiB, LZMA, level 9)89,586,32037.47
RVZ (2MiB, LZMA, level 1)91,674,18838.34
RVZ (2MiB, LZMA, level 5)86,715,74436.27
RVZ (2MiB, LZMA, level 9)86,618,71636.22
RVZ (128KiB, LZMA2, level 1)96,666,28040.43
RVZ (128KiB, LZMA2, level 5)92,608,30038.73
RVZ (128KiB, LZMA2, level 9)92,532,60438.70
RVZ (512KiB, LZMA2, level 1)93,905,12439.27
RVZ (512KiB, LZMA2, level 5)89,681,06837.51
RVZ (512KiB, LZMA2, level 9)89,598,77637.47
RVZ (2MiB, LZMA2, level 1)91,688,00838.34
RVZ (2MiB, LZMA2, level 5)86,728,70836.27
RVZ (2MiB, LZMA2, level 9)86,631,70836.23
RVZ (128KiB, Zstandard, level 1)111,340,68446.57
RVZ (128KiB, Zstandard, level 5)105,730,49644.22
RVZ (128KiB, Zstandard, level 10)104,140,56443.56
RVZ (128KiB, Zstandard, level 22)100,217,43641.91
RVZ (512KiB, Zstandard, level 1)109,719,94845.89
RVZ (512KiB, Zstandard, level 5)103,921,92443.46
RVZ (512KiB, Zstandard, level 10)102,535,20442.88
RVZ (512KiB, Zstandard, level 22)97,270,06440.68
RVZ (2MiB, Zstandard, level 1)108,380,88045.33
RVZ (2MiB, Zstandard, level 5)100,285,55641.94
RVZ (2MiB, Zstandard, level 10)98,800,39641.32
RVZ (2MiB, Zstandard, level 22)93,857,21239.25

As you can see, from this extremely limited test, the best performing archive format is LZMA using a 2MiB block size at compression level 9. It doesn’t matter which container, out of RVZ and WIA you use.