[Haskell-cafe] haskell shootout -- mandelbrot

Tim Newsham newsham at lava.net
Sat Sep 20 15:52:35 EDT 2008


Since this one's trivially parallizable, I took a crack at the
mandelbrot test case.  It was fairly easy to thread it on a
per-line basis in Haskell without changing the original too much.
It might be more efficient to break the work into larger chunks,
but that would require some slightly more complicated changes so
I didn't try that yet.

Anyway, the code and the results are here.  See README for details:
    http://www.thenewsh.com/~newsham/shootout/

Tim Newsham
http://www.thenewsh.com/~newsham/


More information about the Haskell-Cafe mailing list