From a11c44317b05515d34dc0fbc2ef6415c795db568 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 21 May 2016 10:33:57 -0500 Subject: [PATCH] Try harder to find length 3 matches when doing near-optimal parsing --- src/bt_matchfinder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bt_matchfinder.h b/src/bt_matchfinder.h index 5d2870e..18c409d 100644 --- a/src/bt_matchfinder.h +++ b/src/bt_matchfinder.h @@ -52,8 +52,8 @@ #include "matchfinder_common.h" -#define BT_MATCHFINDER_HASH3_ORDER 15 -#define BT_MATCHFINDER_HASH3_WAYS 1 +#define BT_MATCHFINDER_HASH3_ORDER 16 +#define BT_MATCHFINDER_HASH3_WAYS 2 #define BT_MATCHFINDER_HASH4_ORDER 16 #define BT_MATCHFINDER_TOTAL_HASH_LENGTH \