
28 Feb
2010
28 Feb
'10
5:29 a.m.
Luke Palmer wrote:
I have seen some proposals around here for SoC projects and other things to try to improve the latency of GHC's garbage collector.
I'm guessing making the GC concurrent (i.e., so you can perform GC without having to stop all Haskell threads) would probably help in the multithreaded case... (I'm also guessing this is slightly nontrivial to implement. :-) )