[Haskell-cafe] Re: Are there performant mutable Arrays in Haskell?

2009-03-24 Thread Achim Schneider
Brettschneider, Matthias brettschnei...@hs-albsig.de wrote: Thx for your hints, I played around with them and the performance gets slightly better. But the major boost is still missing :) I noticed, that one real bottleneck seems to be the conversion of the array back into a list. The

Re: [Haskell-cafe] Re: Are there performant mutable Arrays in Haskell?

2009-03-24 Thread Don Stewart
barsoap: Brettschneider, Matthias brettschnei...@hs-albsig.de wrote: Thx for your hints, I played around with them and the performance gets slightly better. But the major boost is still missing :) I noticed, that one real bottleneck seems to be the conversion of the array back into