[Haskell-cafe] Boxed Mutable Arrays

Roman Leshchinskiy rl at cse.unsw.edu.au
Mon Dec 14 18:10:57 EST 2009


On 15/12/2009, at 06:53, Brad Larsen wrote:

> On another note, does this (or perhaps better phrased, will this) bug
> also affect Data Parallel Haskell?

Luckily, no. DPH represents arrays of user-defined types by unboxed arrays (that's essentially what the vectoriser does). It does use boxed arrays in a couple of places internally but they are small.

Roman




More information about the Haskell-Cafe mailing list