Complete parallel parsing implementation

This commit is contained in:
Nathan McRae
2024-03-08 11:43:06 -08:00
parent 11c7daec8e
commit 96af5ae82c
2 changed files with 39 additions and 3 deletions

View File

@ -510,7 +510,7 @@ internal class Program : SaneTsv
{
string testName = "Check parallel parsing";
int N = 1000;
int N = 1000000;
var records = new BoolTestRecord[N];
var rand = new Random(1);