What makes GHC's GC good for purely functional workloads?

Edward Z. Yang ezyang at MIT.EDU
Wed Nov 23 05:09:34 CET 2011


Apologies if this has been asked before.  In some ways
GHC's garbage collectors are very traditional, so I was
wondering what magic dust makes it do better in Haskelly
workloads (e.g. whereas you'd need to do a bit more work
in the JVM to make some allocation pattern play nice.)

Edward



More information about the Glasgow-haskell-users mailing list