Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixed a bug in add_route in all models + dict uses DJB2 hash func now + modified...
[simgrid.git] / src / xbt / dict_private.h
index bbb2ffb..1332b75 100644 (file)
@@ -20,7 +20,7 @@
 
 typedef struct xbt_dictelm_ *xbt_dictelm_t;
 
-#define MAX_FILL_PERCENT 60
+#define MAX_FILL_PERCENT 80
 
 typedef struct xbt_dictelm_ {
   char *key;