Topic

Garbage Collection w/ Ref. Cycles
By: Aaron Brady
Date: Jan. 9, 2014, 8 p.m.

Reference counting is very useful but it has an odd problem. We employ a technique from graphs to approach it. The solution works but it's a bit slow.