Parallel performance in Intel Concurrent Collections for Haskell: an in-depth example.
Posted by
krkonline
on Friday, June 18, 2010
/
This is Part 4 in my ongoing series of posts on Haskell CnC (Part 1 here, Part 2 here, Part 3 here). The mandelbrot program, found in examples/mandel.hs within the source package, generates fractals as seen in the images here.  It is a simple benchmark that illustrates some of the issues that can affect performance in Haskell CnC. Looking [...]
0 comments:
Post a Comment