From 03222b0826baa03295b07943067015faba4e3115 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Tue, 26 Jul 2022 12:44:58 -0700 Subject: [PATCH] change initial dimension to 32 --- src/cram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cram.c b/src/cram.c index ba1c1e1..8dafdee 100644 --- a/src/cram.c +++ b/src/cram.c @@ -35,7 +35,7 @@ #define INITIAL_DATA_CAPACITY 8 #define INITIAL_FREE_RECTANGLE_CAPACITY 16 -#define INITIAL_DIMENSION 256 +#define INITIAL_DIMENSION 32 /* Structures */