From f3436a841a3b59fc3a9deb94d5fdfd1e550d0351 Mon Sep 17 00:00:00 2001 From: Ferenc Arn Date: Thu, 26 Oct 2017 16:42:02 -0400 Subject: Add an option to use zstd's recently introduced long range matching (off by default). --- core/io/compression.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/io/compression.h') diff --git a/core/io/compression.h b/core/io/compression.h index 22d8109d4f..5a9aedec31 100644 --- a/core/io/compression.h +++ b/core/io/compression.h @@ -38,6 +38,8 @@ public: static int zlib_level; static int gzip_level; static int zstd_level; + static bool zstd_long_distance_matching; + static int zstd_window_log_size; enum Mode { MODE_FASTLZ, -- cgit v1.2.3