diff options
Diffstat (limited to 'memdict.hpp')
-rw-r--r-- | memdict.hpp | 2 |
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; |