]> git.ipfire.org Git - thirdparty/zstd.git/commit
Don't allow default tables to repeat 890/head
authorNick Terrell <terrelln@fb.com>
Fri, 13 Oct 2017 20:23:57 +0000 (13:23 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 16 Oct 2017 18:37:56 +0000 (11:37 -0700)
commit7f961ba6cd592217696cc43c9a133c7ffafada17
treeec4aaee142c4ba3e0605c6d3374791d9ce73e762
parentb7977e348dba3329f2b0580802da973d9e701e5d
Don't allow default tables to repeat

It isn't useful in any case to repeat default tables.
Saves a few bytes on Silesia, since we don't trigger the dictionary
heuristic.

Before: 211988480 => 73651998 bytes
After:  211988480 => 73651721 bytes
lib/compress/zstd_compress.c