From 8f877a7a8a2bb81caeed24256baea4b54032b750 Mon Sep 17 00:00:00 2001 From: sijanec Date: Thu, 21 Jan 2021 08:19:19 +0100 Subject: performance: garbage collection --- src/bvr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bvr.h') diff --git a/src/bvr.h b/src/bvr.h index acd34c7..185b78f 100644 --- a/src/bvr.h +++ b/src/bvr.h @@ -23,7 +23,7 @@ #define PROCESSING_COMMAND 346 // not needed #define THE_VOID "/dev/null" -#define BVR_INITIAL_VARIABLES_COUNT 1024 +#define BVR_INITIAL_VARIABLES_COUNT 128 #define BVR_UNDEFINED "BVR_UNDEFINED" #define BVR_ARRAY_INDEX_CHAR '[' #define BVR_ARRAY_AFTER_INDEX "]" -- cgit v1.2.3