
16 Dec
2009
16 Dec
'09
4:38 p.m.
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@gmail.com