diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-02 18:01:34 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-02 18:01:34 -0500 |
commit | 2ece0e4993c838f620e5c19dfa04a86d9d35df49 (patch) | |
tree | de8c4ad3b3772e7fdc44e564daeefedd4b2bc8fc /memdict.hpp | |
parent | d175fa6a882805212cd489d6afbda9f54443bd7b (diff) |
major compliance refactor; undo packed literals for now
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; |