cbpporter Messages: 1428 Registered: September 2007
Ultimate Contributor
Ha, the issue is more complicated than it seems.
I have two programs outputting 100k numbers, one with STD C++ and one with a custom "cout" solution.
One is much slower than the other for no good reason, just a loop printing numbers from 0 to 99K.
The size of the Output console is another variable. With STD C++ there are no noticeable differences, but with the custom, Console capture is very laggy.
I'll dig into this more.
This is probably something very stupid, like it usually is with MT issues...