垃圾回收(CLR内存管理)必读资料列表
(1) Performance Considerations for Run-Time Technologies in the .NET Framework: 包括对GC的基本算法介绍。有适用于server和workstation的GC。
(2) Two things to avoid for better memory usage:慎用GC.Collect和Finalizer
(1) Performance Considerations for Run-Time Technologies in the .NET Framework: 包括对GC的基本算法介绍。有适用于server和workstation的GC。
(2) Two things to avoid for better memory usage:慎用GC.Collect和Finalizer