start of new file
[IRC.git] / Robust / src / Runtime / DSTM / interface / mlookup.h
index 85396c524fc05086f6c7a2dcd6e797b169720329..aec887981fdc6b923c9aea8e8f336e37aafbbcf2 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdio.h>
 #include <pthread.h>
 
-#define LOADFACTOR 0.75
+#define LOADFACTOR 0.5
 #define HASH_SIZE 100
 
 typedef struct mhashlistnode {