We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf12173 commit accc232Copy full SHA for accc232
modules/permissions/hash_table.h
@@ -2,7 +2,7 @@
2
#define PERM_HASH_TABLE_H
3
4
#define BUCKET_MAX_LOAD_FACTOR 1.0f
5
-#define BUCKET_GROW_FACTOR 1.5f
+#define BUCKET_GROW_FACTOR 2.0f
6
7
typedef struct pht_node_t pht_node_t;
8
typedef struct pht_hash_table_t pht_hash_table_t;
0 commit comments