Главная
Study mode:
on
1
Introduction
2
heap visualisation
3
moving objects between generations
4
allocating / promoting / sweeping / compacting
5
objects array tipping point
6
list array tipping point
7
performance metrics
8
the end
Description:
Dive deep into the .NET heap structure in this 28-minute video. Explore heap generations, object allocation in the heap, and how objects move across generations. Learn to leverage this knowledge to your advantage. Visualize the heap, understand the processes of allocating, promoting, sweeping, and compacting objects, and discover tipping points for objects and list arrays. Examine performance metrics related to heap management in .NET C#.

Understanding .NET C# Heaps - Deep Dive

Raw Coding
Add to list