
#109 How Is Memory Managed by Programmers?
Kopec Explains Software
00:00
The Benefits of Garbage Collection
Garbage collection goes back to the invention of Lisp in the late 1950s. In garbage collection, at least classic garbage collection using what's called a tracing collector. The programming languages runtime keeps track of every allocation of memory. Collectors have gotten a lot better over the last decade, but there still is a performance hit.
Transcript
Play full episode