Hacker News new | ask | show | jobs
by masklinn 4218 days ago
> Garbage collection is slow, but reduces memory usage

Note that it's only reducing memory usage if there are cycles. The rest will be collected when the refcount falls to 0.