]> git.ipfire.org Git - thirdparty/zstd.git/commit
Ensure all limits derived from same constants 628/head
authorYann Collet <cyan@fb.com>
Fri, 24 Mar 2017 22:02:09 +0000 (15:02 -0700)
committerYann Collet <cyan@fb.com>
Fri, 24 Mar 2017 22:02:09 +0000 (15:02 -0700)
commit9da3b215ec5d088da3c7a40d1779b076cdd2a26b
treeb1a9744d0347ba86cb51fb0f8bf48be0257e5171
parentebe9963cf656b92f989d54265fb83186d5b9f650
Ensure all limits derived from same constants

Now uses ZDICT_DICTSIZE_MIN and ZDICT_CONTENTSIZE_MIN
from zdict.h.

Also : reduced values to 256 and 128 respectively
lib/dictBuilder/zdict.c
lib/dictBuilder/zdict.h