Optimizing Performance Through Parallelism: A Primer | ||
---|---|---|
<<< Previous | Next >>> |
The problem we have chosen to explore is that of finding the number of primes in a specified range. The problem has the advantage of being both simple to comprehend, and illustrative of the concepts involved with parallel programming.
<<< Previous | Home | Next >>> |
Optimizing Performance Through Parallelism: A Primer | Serial Implementation |