IridiumIO / CompactGUI

Transparently compress active games and programs using Windows 10/11 APIs
GNU General Public License v3.0
4.71k stars 223 forks source link

[FR] Add *.gz.parquet files to poorly compressed list #420

Closed HarikalarKutusu closed 2 months ago

HarikalarKutusu commented 2 months ago

Apache parquet is a commonly used format for tabular data and the data will mostly compressed in *.gz.parquet files, each one represented as shards (to keep file sizes manageable). Please add ".gz.parquet" to the list.

More info here: https://parquet.apache.org/docs/file-format/data-pages/compression/

Iridium-IO commented 2 months ago

That feels like such a niche compression format to add as a default, for a tool predominantly designed for compressing game folders

HarikalarKutusu commented 2 months ago

OK, thanks.