[Haskell-cafe] Fast parallel binary-trees for the shootout: Control.Parallel.Strategies FTW!

Don Stewart dons at galois.com
Mon Sep 1 18:25:39 EDT 2008


dons:
> The Computer Language Benchmarks Game recently got a quad core 64 bit
> machine. Initial results just porting the single-threaded Haskell
> benchmarks to 64 bit look rather pleasing,
> 
>     http://shootout.alioth.debian.org/u64q/benchmark.php?test=all&lang=all
> 
> Note that C++, D, Clean et al aren't ported to the 64 bit machine yet
> (and perhaps some implementations won't survive the 64 bit switch).

I've started a wiki page for parallel benchmark submissions,

    http://haskell.org/haskellwiki/Shootout/Parallel

If you submit parallel versions, please add them here so we can collect
ideas and hints.

-- Don


More information about the Haskell-Cafe mailing list