Baby steps struct polymorphs

This commit is contained in:
Krzosa Karol
2023-03-29 21:36:26 +02:00
parent 58a46b46e6
commit 21c8ceff03
6 changed files with 85 additions and 33 deletions

View File

@@ -302,7 +302,7 @@ intern_string(Intern_Table *t, String string) {
//-----------------------------------------------------------------------------
// Array List
//-----------------------------------------------------------------------------
const int LIST_DEFAULT_BLOCK_SIZE = 32;
const int LIST_DEFAULT_BLOCK_SIZE = 16;
const int LIST_DEFAULT_ALLOCATION_MUL = 2;
template <class T>