Hacker News new | ask | show | jobs
by hypeatei 236 days ago
Swift uses Automatic Reference Counting (ARC) which is a form of garbage collection.
2 comments

Now I'm curious, how does it GC cycles, if at all?

EDIT: from a brief search: it doesn't.

Not sure why you're downvoted, RC is definitely a form of GC even if not a tracing GC.