Adjust DARR_REALLOC_MULT

This commit is contained in:
2024-04-28 23:29:50 +05:30
parent fd21e46aa7
commit c799eb2706

View File

@@ -35,7 +35,7 @@ typedef struct
/* Some useful constants for dynamic array work. */ /* Some useful constants for dynamic array work. */
#define DARR_DEFAULT_SIZE 8 #define DARR_DEFAULT_SIZE 8
#define DARR_REALLOC_MULT 1.5 #define DARR_REALLOC_MULT 2
/** /**
@brief Get the `IND`th item of type `TYPE` in `DARR_DATA` @brief Get the `IND`th item of type `TYPE` in `DARR_DATA`