mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
adjusted mml heuristic
This commit is contained in:
parent
41b7193757
commit
39d1d82fa8
@ -651,7 +651,7 @@ static void setMaxCompression(ZSTD_compressionParameters* params)
|
||||
g_overlapLog = ZSTD_OVERLAPLOG_MAX;
|
||||
g_ldmHashLog = ZSTD_LDM_HASHLOG_MAX;
|
||||
g_ldmHashRateLog = 0; /* automatically derived */
|
||||
g_ldmMinMatch = 32; /* heuristic */
|
||||
g_ldmMinMatch = 16; /* heuristic */
|
||||
g_ldmBucketSizeLog = ZSTD_LDM_BUCKETSIZELOG_MAX;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user