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:[email protected] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
