
5 Jul
2006
5 Jul
'06
10:06 a.m.
Hello Simon, Wednesday, July 5, 2006, 5:50:58 PM, you wrote:
Mutable, boxed arrays in GHC have a linear GC overhead in GHC unfortunately. This is partially fixed in GHC 6.6.
You can work around it by using either immutable or unboxed arrays, or
immutable boxed array can still have large overhead because they are created via mutable ones -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com