After some experiments my evaluation is that the increased compression
ratio of level 1 is worth the very slight decrease in compression speed.
the *zstd* command line tool.
*0* (default)::
The value *0* means that ccache will choose a suitable level, currently
- *-1*.
+ *1*.
--
[[config_cpp_extension]] *cpp_extension* (*CCACHE_EXTENSION*)::
#include "exceptions.hpp"
#include "logging.hpp"
-const uint8_t k_default_zstd_compression_level = -1;
+const uint8_t k_default_zstd_compression_level = 1;
ZstdCompressor::ZstdCompressor(FILE* stream, int8_t compression_level)
: m_stream(stream), m_zstd_stream(ZSTD_createCStream())