From 02616f51654f7330b86f75939e4ac75a8df0dd4a Mon Sep 17 00:00:00 2001 From: Austin Donisan Date: Thu, 22 Feb 2024 23:41:17 -0800 Subject: [PATCH] forgot DEBUG on --- 1brc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1brc.c b/1brc.c index 3699203..c83df69 100644 --- a/1brc.c +++ b/1brc.c @@ -30,7 +30,7 @@ /* * Print timing information and city summary to stderr. */ -#define DEBUG 1 +#define DEBUG 0 #define HASH_SHIFT 17 // 17 is a happy compromise between non-10k/10k: 16 is 1% faster/10% slower; 18 is 1% slower/3% faster #define HASH_LONG_SHIFT 14 // 14 is requried to fit 10k entries and also fastest