mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
adjusted mml heuristic
This commit is contained in:
@ -651,7 +651,7 @@ static void setMaxCompression(ZSTD_compressionParameters* params)
|
|||||||
g_overlapLog = ZSTD_OVERLAPLOG_MAX;
|
g_overlapLog = ZSTD_OVERLAPLOG_MAX;
|
||||||
g_ldmHashLog = ZSTD_LDM_HASHLOG_MAX;
|
g_ldmHashLog = ZSTD_LDM_HASHLOG_MAX;
|
||||||
g_ldmHashRateLog = 0; /* automatically derived */
|
g_ldmHashRateLog = 0; /* automatically derived */
|
||||||
g_ldmMinMatch = 32; /* heuristic */
|
g_ldmMinMatch = 16; /* heuristic */
|
||||||
g_ldmBucketSizeLog = ZSTD_LDM_BUCKETSIZELOG_MAX;
|
g_ldmBucketSizeLog = ZSTD_LDM_BUCKETSIZELOG_MAX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user