mcmilk / 7-Zip-zstd

7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard
https://mcmilk.de/projects/7-Zip-zstd/
Other
4.93k stars 296 forks source link

[Feature Request] Add MAME's CHD #240

Closed robzorua closed 2 years ago

robzorua commented 2 years ago

7z/zip/liz/lz4/lz5/zst are streamable but not random-accessable so they're not practical for game data storage because in order to use them you need to completely decompress them first. Unlike CHD it's random-accessable, perfect for game data storage and can be use on the fly. CHD is lossless and it uses LZMA/FLAC for its compression method.

Resources: https://en.m.wikipedia.org/wiki/MAME#Game_data https://github.com/rtissera/libchdr

mcmilk commented 2 years ago

Sorry no time, feel free to make a PR.