Skip to content
Snippets Groups Projects
Commit 3e744493 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

this is the winning combination using two threads on my laptop.

parent c0a5abd4
No related branches found
No related tags found
1 merge request!365Subsize
...@@ -44,7 +44,7 @@ struct cell; ...@@ -44,7 +44,7 @@ struct cell;
#define space_splitsize_default 400 #define space_splitsize_default 400
#define space_maxsize_default 8000000 #define space_maxsize_default 8000000
#define space_subsize_pair_default 64000000 #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_maxcount_default 10000
#define space_max_top_level_cells_default 12 #define space_max_top_level_cells_default 12
#define space_stretch 1.10f #define space_stretch 1.10f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment