Baby steps struct polymorphs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user