Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


I don’t see a lot of utility in policing an overly narrow definition of what constitutes garbage collection.


ARC is a type of GC though.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: