Y
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
kaoD
236 days ago
Now I'm curious, how does it GC cycles, if at all?
EDIT: from a brief search: it doesn't.
link
kaoD
236 days ago
Not sure why you're downvoted, RC is definitely a form of GC even if not a tracing GC.
link
EDIT: from a brief search: it doesn't.