Change default splitPoint to 100

This commit is contained in:
Jennifer Liu
2018-07-10 11:19:33 -07:00
parent 456f290e31
commit 5021441d86
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ static U32 g_ldmMinMatch = 0;
static U32 g_ldmHashEveryLog = LDM_PARAM_DEFAULT;
static U32 g_ldmBucketSizeLog = LDM_PARAM_DEFAULT;
#define DEFAULT_SPLITPOINT 0.8
#define DEFAULT_SPLITPOINT 1.0
/*-************************************
* Display Macros