Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inner workings of the .NET garbage collector?

I've read detailed papers about the inner workings of the various garbage collectors in the JVM, but I've had trouble finding the same level of details for .NET's runtime...

Anyone have links to good articles/research/pages on .NET's garbage collector?

like image 310
Rüdiger Schleicher Avatar asked Jul 26 '10 13:07

Rüdiger Schleicher


1 Answers

Garbage Collection.

Also check Garbage Collector Basics and Performance Hints.

Also definitely worth reading Jeffrey Richters articles in GvS answer.

like image 191
Incognito Avatar answered Oct 14 '22 02:10

Incognito