Y
Hacker News
new
|
ask
|
show
|
jobs
by
super_flanker
834 days ago
Reference counting is a garbage collection strategy, otherwise python too would be non-gc language (cpython).
1 comments
machinekob
833 days ago
ARC is very limited in swift (mostly classes) most of the other types are value types that doesn't use ARC, also most folks don't consider ARC to be GC as there is no garbage to be collected.
link