GPAK
1.0.0
A general-purpose archive library
|
◆ gpak_compression_zstd
This enumeration contains values representing the different Zstandard compression levels that can be used in G-PAK. The compression levels range from no compression (GPAK_COMPRESSION_ZST_NONE) to best compression (GPAK_COMPRESSION_ZST_BEST). Definition at line 90 of file gpak_data.h. 94 GPAK_COMPRESSION_ZST_MEDIUM = 10, /**< Medium compression, balance between speed and compression ratio. */
95 GPAK_COMPRESSION_ZST_BEST = 22, /**< Best compression, higher compression ratio but slower speed. */
|