mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-11 13:32:14 -04:00
Try harder to find length 3 matches when doing near-optimal parsing
This commit is contained in:
parent
fb9016cd86
commit
a11c44317b
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user