|
Re: Thread speed in C++
multi-threading can lead to all kinds of subtle errors. I would recommend not using it in examples for novice programmers without sufficient context. If you have to ask how fast a task executes, I question whether you can write sufficient examples.
|