GPAK
1.0.0
A general-purpose archive library
|
◆ gpak_compression_lz4
This enumeration contains values representing the different compression levels that can be used with the LZ4 compression algorithm in G-PAK. The higher the compression level, the better the compression ratio but the slower the compression speed. Definition at line 70 of file gpak_data.h. 74 GPAK_COMPRESSION_LZ4_MEDIUM = 6, /**< Medium compression level, balancing compression speed and ratio. */
75 GPAK_COMPRESSION_LZ4_BEST = 12, /**< Best compression level with higher compression ratio but slower compression speed. */
|