
28 Nov
2008
28 Nov
'08
5:09 a.m.
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