The GCZ file format is a specialized compressed disk image format primarily used by the Dolphin emulator, which is a popular open-source emulator for the Nintendo GameCube and Wii video game consoles. Unlike standard ISO files, which represent a bit-for-bit copy of the original optical disc and often contain large amounts of padding or empty space used for physical media optimization, the GCZ format employs zlib compression to significantly reduce the overall file size. This makes it much more efficient for storage on modern hard drives and for sharing files over the internet. One of the most significant advantages of the GCZ format over general-purpose compression formats like ZIP or RAR is its support for random access. This feature allows the emulator to decompress and read specific blocks of game data on the fly during gameplay without needing to extract the entire archive first, which prevents lag and performance issues. While newer formats like RVZ have largely superseded GCZ in recent years due to superior compression ratios and better preservation of disc metadata, GCZ remains a widely supported legacy format within the emulation community for users who prioritize compatibility with older versions of Dolphin and various disc management utilities.