I have a program that reviews multiple files and then replaces certain strings (usually 100-200 files, each not more than 10-20kb).
I would have thought that a Parallel ForEach
would be the way to go here, but that is actually slower than a good 'ol serial ForEach. Any idea why?