Remove deadlock issue, use raw segmented array types

This commit is contained in:
Asriel Camora
2023-07-05 10:22:09 +02:00
parent 4d96fd173f
commit 1f5da66bc6
4 changed files with 80 additions and 39 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ internal static class Program
0
);
var threads = 1;
var threads = 8;
var config = new SolverConfig()
{
Iterations = 30_000 / threads,