Y
Hacker News
new
|
ask
|
show
|
jobs
by
zozbot234
236 days ago
Swift is also memory safe in that sense.
2 comments
rs186
236 days ago
It has a gc in the general sense of that term.
link
hypeatei
236 days ago
Swift uses Automatic Reference Counting (ARC) which is a form of garbage collection.
link
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