...

/

Data Size and Instruction Count Matters

Data Size and Instruction Count Matters

Let's learn about factors which improve the performance of parallel algorithms.

Optimizing the Use of Parallel Algorithms

How to get the best performance with parallel algorithms?

You need two things:

  • a lot of data to process
  • instructions to keep CPU busy
...