Posted by Coder.
Results > Posts Filed Under > Multithreaded
May
4
Posted by Coder.
rchrd@Sun
If you can’t get your code over 90% parallelized, then you’d better pay attention to the part that is running in only one processor, and make sure that (serial) part is optimized. Because it will dominate performance.