Skip to content

Commit 382ea74

Browse files
authored
zstd: Revert table size change (#789)
* zstd: Revert table size change Can't decide on this one. So leaving it out for now. * Add fuzz files up to 8K to base set.
1 parent 4bac43a commit 382ea74

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

zstd/enc_best.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
bestLongTableBits = 23 // Bits used in the long match table
15+
bestLongTableBits = 22 // Bits used in the long match table
1616
bestLongTableSize = 1 << bestLongTableBits // Size of the table
1717
bestLongLen = 8 // Bytes used for table hash
1818

36.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)