[Haskell-cafe] Re: Go Haskell!
Manuel M T Chakravarty
chak at cse.unsw.edu.au
Fri Nov 28 00:09:20 EST 2008
Claus Reinke:
> What do those folks working on parallel Haskell arrays think about the
> sequential Haskell array baseline performance?
You won't like the answer. We are not happy with the existing array
infrastructure and hence have our own. Roman recently extracted some
of it as a standalone package:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector
In the longer run, we would like to factor our library into DPH-
specific code and general-purpose array library that you can use
independent of DPH.
Manuel
More information about the Haskell-Cafe
mailing list