Hacker News new | ask | show | jobs
by dom0 3344 days ago
> light GC ( like reference counting )

Refcounting is often one of the slower ways to implement a GC. It also has other issues, like long GC pauses when a large structure goes out of scope.