Remove deadlock issue, use raw segmented array types
This commit is contained in:
@@ -45,7 +45,7 @@ internal static class Program
|
||||
0
|
||||
);
|
||||
|
||||
var threads = 1;
|
||||
var threads = 8;
|
||||
var config = new SolverConfig()
|
||||
{
|
||||
Iterations = 30_000 / threads,
|
||||
|
||||
Reference in New Issue
Block a user