On Thu, Dec 12, 2019, 08:42 Greg Keogh <[email protected]> wrote: > > What if you do parallel, but on batches of >> <LineCount>/Environment.ProcessorCount lines per thread? >> > > I used a simple Parallel.ForEach and I think the default partitioning > algorithm does what you describe (I hope!) --* Greg* >
Your description of "string parse over in a blink, threading overhead more" suggests that it isn't? Setup 20 (??) threads permanently and feed them with lines from file(s) on demand? Mike > >>
