Parallel Haskell: 2-year project to push real world use

Don Stewart dons at galois.com
Mon May 3 19:58:56 EDT 2010


choener:
> 
> To summarise: I need arrays that allow in-place updates.

Many of the array libraries provide both mutable and immutable
interfaces, typically in ST or IO, including vector.


More information about the Glasgow-haskell-users mailing list