vasi / pixz

Parallel, indexed xz compressor
BSD 2-Clause "Simplified" License
711 stars 61 forks source link

What is the default level of compression? #109

Closed alpha754293 closed 1 year ago

alpha754293 commented 1 year ago

According to man pages, it says -# means the level of compression.

But unfortunately, it doesn't say what the default level of compression is.

Would you mind letting me know what is the default level of compression?

Thank you.

vasi commented 1 year ago

The default is 6: https://tukaani.org/xz/liblzma-api/container_8h.html#af3ca20ff228b363a82515c1aee9e27bc

alpha754293 commented 1 year ago

Thank you.