It the four threads have to share the bottleneck resource, you won't
get anything close to a 4x speedup. That's all I'm saying.
Don

On Jun 13, 11:17 pm, nick <tarunguptaa...@gmail.com> wrote:
> Yes the process is IO bound but you have to read them anyways!
> Let's say you are unable to do parallel IO and thread block waits for the 
> other to complete , in this case as well as soon you load one chunk other is 
> ready so I really don't think IO is the bitch here, to me its the memory 
> available ...
> Apart from this approach I guess you could modify you sort to be parallel by 
> modifying its code

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to algogeeks+unsubscr...@googlegroups.com.


Reply via email to