Hacker News new | ask | show | jobs
by Nevermark 137 days ago
> More importantly, this design makes it easy to compose whole programs that will never be paused by a garbage collection by avoiding cyclical structures.

Or by "breaking" cycles, which will trigger the reference count deallocation.