From 5a21d1f8f5809db3d3b52f3127120a83ca70f2aa Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 27 Jan 2009 19:23:26 +0300 Subject: [PATCH] * Use prime number for hash nodes initial value --- src/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hash.c b/src/hash.c index 2be705999..54791f8f2 100644 --- a/src/hash.c +++ b/src/hash.c @@ -18,7 +18,7 @@ #include #include "hash.h" -#define HASH_TABLE_MIN_SIZE 20 +#define HASH_TABLE_MIN_SIZE 19 #define HASH_TABLE_MAX_SIZE 13845163 /* -- 2.39.5