
10 Mar
2011
10 Mar
'11
1:53 p.m.
I am reposting the question I posted here http://stackoverflow.com/questions/5196394/which-haskell-array-implementatio... I am somewhat surprised at the answers. It could be that I didn't pose it very well, but I was surprised nonetheless to know that the present array library in Platform is considered horrendous, the suggested version (Data.Vector) can't parallelize operations over boxed arrays and the repa one (which actually does boxed arrays) doesn't work with any stable build as of today. I only need -> very easy parallelization -> map/filter type operations -> support for matrices Any help would be much appreciated. -- Rohit Garg http://rpg-314.blogspot.com/