On Wed, Dec 16, 2009 at 11:27 AM, Don Stewart <[email protected]> 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. > > But note, Simon's making progress, > http://hackage.haskell.org/trac/ghc/ticket/650#comment:17 > > -- Don
Nice! Even if it is only an improvement in the constant factor, and not a genuine fix for the problem, it sounds like a big improvement. Sincerely, Brad _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
