From 1f5e69972a284fa5a65458f9c274e5d873730261 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 16 Jun 2024 01:21:38 +0800 Subject: [PATCH] Update config.h --- include/pocketpy/common/config.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/pocketpy/common/config.h b/include/pocketpy/common/config.h index 52e76467..7e126bdc 100644 --- a/include/pocketpy/common/config.h +++ b/include/pocketpy/common/config.h @@ -51,12 +51,6 @@ // (not recommended to change this) #define PK_MAX_CO_VARNAMES 64 -// Hash table load factor (smaller ones mean less collision but more memory) -// For class instance -#define PK_INST_ATTR_LOAD_FACTOR 0.67f -// For class itself -#define PK_TYPE_ATTR_LOAD_FACTOR 0.5f - #ifdef _WIN32 #define PK_PLATFORM_SEP '\\' #else