top | item 39649790

(no title)

super_flanker | 2 years ago

Reference counting is a garbage collection strategy, otherwise python too would be non-gc language (cpython).

discuss

order

machinekob|2 years 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.