[Haskell-cafe] Boxed Mutable Arrays
Bulat Ziganshin
bulat.ziganshin at gmail.com
Wed Dec 16 11:38:42 EST 2009
Hello Don,
Wednesday, December 16, 2009, 7:27:29 PM, you wrote:
>> The bug described in Ticket #650, AFAICS, prevents implementation of a
>> reasonable, generic hash table in Haskell. :-(
> You can certainly implement it, it just requires that you increase the
> heap size to a bit bigger than your hash to reduce the pressure on the
> GC.
btw, we are forget about this - +RTS -A10m or so should almost avoid
the problem (default is -A512k)
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list