aboutsummaryrefslogtreecommitdiffstats
path: root/memdict.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-02 18:01:34 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-03-02 18:01:34 -0500
commit2ece0e4993c838f620e5c19dfa04a86d9d35df49 (patch)
treede8c4ad3b3772e7fdc44e564daeefedd4b2bc8fc /memdict.hpp
parentd175fa6a882805212cd489d6afbda9f54443bd7b (diff)
major compliance refactor; undo packed literals for now
Diffstat (limited to 'memdict.hpp')
-rw-r--r--memdict.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/memdict.hpp b/memdict.hpp
index 65063e0..c8ccce0 100644
--- a/memdict.hpp
+++ b/memdict.hpp
@@ -22,7 +22,7 @@
#include "dictionary.hpp"
#ifndef MEMDICTSIZE
-#define MEMDICTSIZE (4096)
+#define MEMDICTSIZE (65536)
#endif
constexpr unsigned long int MemDictSize = MEMDICTSIZE;