Hacker News new | past | comments | ask | show | jobs | submit login

> Reference counting is a type of GC [0]. Just not a very good one in many cases.

…on a server where you can have a ton of RAM. It's superior on client machines because it's friendlier to swapped out memory, which is why Swift doesn't have a GC.




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

Search: