Writing a .NET Garbage Collector in C# – Part 6: Mark and Sweep
Hacker News
This article, part 6 of a series, details the implementation of the 'Mark and Sweep' garbage collection algorithm in C# for a .NET runtime. It focuses on the technical aspects of memory management and object tracing.