blob: 575f2e98caa9b9e25202a904822f398b7ce7ade4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.4 2004/03/08 16:52:14 minskim Exp $
--- src/bltTree.c.orig 2002-09-29 00:44:12.000000000 -0500
+++ src/bltTree.c
@@ -99,6 +99,8 @@ static Value *TreeNextValue _ANSI_ARGS_(
#if (SIZEOF_VOID_P == 8)
#define RANDOM_INDEX(i) HashOneWord(mask, downshift, i)
#define BITSPERWORD 64
+#define START_LOGSIZE 10
+#define MAX_LIST_VALUES 40
#else
#define START_LOGSIZE 5 /* Initial hash table size is 32. */
|