Changes

Jump to: navigation, search

Test Team Please Ignore

461 bytes added, 17:49, 12 November 2015
no edit summary
=== Mandelbrot set ===
Erquan Bi
code source: https://people.sc.fsu.edu/~jburkardt/cpp_src/mandelbrot/mandelbrot.cpp
=== Assignment 2 ===
We've chosen to optimize the Mandelbrot set problem.
We parallelized the functions iterPixel and setImageData, this improved the run time significantly as the chart below demonstrates.
 
put chart here
 
While the times are improved, it's not as dramatic as we would like, but that is because the majority of the time is still being taken up by the file writing operation.
To our knowledge, this part of the problem cannot be parallelized.
 
=== Assignment 3 ===

Navigation menu