
20 Sep
2008
20 Sep
'08
4:26 p.m.
newsham:
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/
a) have you submitted it to the shootout. b) is it faster c) can you put it on the parallel shootout wiki, http://haskell.org/haskellwiki/Shootout/Parallel BTW, I just added parallel spectral-norm, http://haskell.org/haskellwiki/Shootout/Parallel/SpectralNorm