From: Geoffrey Allott Date: Sat, 3 Sep 2022 22:43:48 +0000 (+0100) Subject: reduce max_symbols to 256 X-Git-Url: https://git.pointlesshacks.com/?a=commitdiff_plain;h=558c85ef57ad15b5a562a5e4d1e3dfb42259570f;p=tANS.git reduce max_symbols to 256 --- diff --git a/src/tANS_constants.h b/src/tANS_constants.h index 462c18b..0cd84a9 100644 --- a/src/tANS_constants.h +++ b/src/tANS_constants.h @@ -3,5 +3,5 @@ #define TANS_MAGIC 0xfac0162a #define TANS_LOG2_MAX_TBLSZ 12 #define TANS_MAX_TBLSZ (1 << TANS_LOG2_MAX_TBLSZ) -#define TANS_MAX_SYMBOLS 1024 +#define TANS_MAX_SYMBOLS 256 #define TANS_MULTI_MAX_AUX 8