Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I want to know the efficiency of switch between different QThreads. Is the time spent on context switch of pthread less than of Qthread.
QThread
pthread
Qthread
@Mihan I don't think there is a big difference. QThread is a wrapper around system API at the end. But you could write a simple app to benchmark that.