Using Threading on Quad core speed up the code 65%?
- by Ahmed Said
This sample code compares serial method with threaded method, on Quad core processor. The code just reads 4 images from the resources.
I found that the speed up is around 65%, why it does not equal 75% as I have 4 cores and all of them are fully utilized?