Previous | Next --- Slide 31 of 64
Back to Lecture Thumbnails
koala

It's interesting to note that an efficient sequential algorithm can be very different from an efficient parallel algorithm. Even among the parallel algorithms, the program designer must also think about SIMD utilization, number of cores, working sets, etc before deciding on a good parallelization.