From 3e744493fb0fd299d725397e9a66a35cf7fbb086 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <gonnet@google.com>
Date: Mon, 10 Jul 2017 23:14:53 +0200
Subject: [PATCH] this is the winning combination using two threads on my
 laptop.

---
 src/space.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/space.h b/src/space.h
index 30d614f982..7ddbf0d29d 100644
--- a/src/space.h
+++ b/src/space.h
@@ -44,7 +44,7 @@ struct cell;
 #define space_splitsize_default 400
 #define space_maxsize_default 8000000
 #define space_subsize_pair_default 64000000
-#define space_subsize_self_default 8000
+#define space_subsize_self_default 16000
 #define space_maxcount_default 10000
 #define space_max_top_level_cells_default 12
 #define space_stretch 1.10f
-- 
GitLab