[Haskell-cafe] haskell shootout -- mandelbrot

Don Stewart dons at galois.com
Sat Sep 20 16:26:48 EDT 2008


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


More information about the Haskell-Cafe mailing list