Most programmers don't need to think about allocating or deallocating memory, and they have the garbage collector to thank for that! In this presentation we'll discuss the latest developments in GC compaction as well as how the GC allocates and arranges memory internally. Once we understand this we'll explore a strange way Ruby is decreasing memory usage by allocating more memory. The GC manages memory so that you don't have to, but we're going to see how it's actually done!

Comments

Comments are closed.

gorgeous. I wish I could give the 6th thumbs up

Guido at 18:15 on 16 Sep 2020

awesome talk! Thank you