Skip to main content
  1. /classes/
  2. Classes, Spring 2026/
  3. CS 4310 Spring 2026: Course Site/

Lecture Notes: 03-13 Garbage Collectors

·36 words·1 min·

Here are some slides I stole from Christo Wison.

We’ve seen how to build a very efficient manual memory allocator.

But:

  • Having to type “free” is no fun.
  • How efficient can we get without manually freeing?
Nat Tuck
Author
Nat Tuck