Hacker News new | ask | show | jobs
by ranger_danger 283 days ago
To be even more precise:

> Reference counting is the primary mechanism of garbage collection, however, it doesn’t work when the references have cycles between them and for handling such cases it employs the GC.