Swift doesn't have a GC. The automatic reference counting is a feature that just inserts retain/release statements at compile time, so there is no additional process that handles that. I would suspect that the performance hits originate from other things.
unknown|2 years ago
[deleted]
cellularmitosis|2 years ago
frizlab|2 years ago