Haskell's MArray is supposed to provide a mutable array.
I wonder how does it compare with a normal mutable array in an imperative programming language like Java or C. Is there any performance benchmark or feature comparison?
Haskell's MArray is supposed to provide a mutable array.
I wonder how does it compare with a normal mutable array in an imperative programming language like Java or C. Is there any performance benchmark or feature comparison?