Is this because of GC? I just came across this statement on the Hopac site:
Before you begin using Hopac, make sure that you have configured your F# interactive and your application to use server garbage collection. By default, .Net uses single-threaded workstation garbage collection, which makes it impossible for parallel programs to scale.
Comments
performance is not good though, if you are trying to use it to leverage multiple cores.
Is this because of GC? I just came across this statement on the Hopac site: