5 ms·
Reference counting is a garbage collection strategy, otherwise python too would be non-gc language (cpython).
by super_flanker 3y ago
Reference counting is a garbage collection strategy, otherwise python too would be non-gc language (cpython).
- machinekob 3y agoARC 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.