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;