Complete parallel parsing implementation

This commit is contained in:
Nathan McRae
2024-03-08 11:43:06 -08:00
parent 78eaa5dbab
commit 0c61128e0e
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);