Heap Memory (part 2)
The lesson compares raw performance of stack versus heap memory, explains why heap references require a double pointer to enable the runtime to defragment and compact the heap, and introduces the stackalloc keyword for placing arrays on the stack in performance-critical code.