Garbage collection in .Net 4.0

后端 未结 5 1084
滥情空心
滥情空心 2021-02-07 04:27

Is there any change in .Net 4.0 garbage collector execution?

5条回答
  •  旧时难觅i
    2021-02-07 04:36

    Yes, lots.

    My latest book Visual F# 2010 for Technical Computing includes a lot of performance-related information about .NET 4 as well as F# itself and the performance measurements and advice are quite different with .NET 4 and the new background garbage collector. In many cases we're seeing substantial performance improvements but there are some slowdowns as well.

提交回复
热议问题