reduced hash size (just now comitting, been like this for a while on dev)
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 5 Jan 2007 20:07:38 +0000 (20:07 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 5 Jan 2007 20:07:38 +0000 (20:07 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@812 9efc2488-bf62-4759-914b-345cdb29e865

src/libstack/osrf_hash.h

index e5a898e..02e62c2 100644 (file)
@@ -6,7 +6,9 @@
 #include "osrf_list.h"
 
 /* 0x100 is a good size for small hashes */
-#define OSRF_HASH_LIST_SIZE 0x100  /* size of the main hash list */
+//#define OSRF_HASH_LIST_SIZE 0x100  /* size of the main hash list */
+#define OSRF_HASH_LIST_SIZE 0x10  /* size of the main hash list */
+
 
 /* used internally */
 #define OSRF_HASH_NODE_FREE(h, n) \