In compression level, 0 is better than 1 as the default.
As the source shown, compression level == 0 results in ZSTD_CLEVEL_DEFAULT. Because ZSTD_CLEVEL_DEFAULT is not public, the only way to use it is to set 0 (or negative value) as the compression level.
In compression level, 0 is better than 1 as the default.
As the source shown, compression level == 0 results in ZSTD_CLEVEL_DEFAULT. Because ZSTD_CLEVEL_DEFAULT is not public, the only way to use it is to set 0 (or negative value) as the compression level.
BTW zstd v1.3.2 has been released a few days ago: https://github.com/facebook/zstd/releases