From 163a66fb8634a51fda84de44065bba1abf9b9cd7 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 13 Oct 2023 10:53:42 +0800 Subject: [PATCH] ... --- include/pocketpy/namedict.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pocketpy/namedict.h b/include/pocketpy/namedict.h index bbc633a5..7d970e09 100644 --- a/include/pocketpy/namedict.h +++ b/include/pocketpy/namedict.h @@ -14,14 +14,14 @@ constexpr T default_invalid_value(){ } // #define PK_LOOP_K(B) for(int i=0; i struct SmallNameDict{ using K = StrName; static_assert(std::is_pod_v); - static const int kCapacity = 8; + static const int kCapacity = 12; bool _is_small; uint16_t _size;