reduce max_symbols to 256
authorGeoffrey Allott <geoffrey@allott.email>
Sat, 3 Sep 2022 22:43:48 +0000 (23:43 +0100)
committerGeoffrey Allott <geoffrey@allott.email>
Sat, 3 Sep 2022 22:43:48 +0000 (23:43 +0100)
src/tANS_constants.h

index 462c18bbe881d72b7ebfae07436dc3efb7702e48..0cd84a9b892d44557c25abbe42f818b38d4c56d7 100644 (file)
@@ -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