|
|
|
|
|
by vsgherzi
250 days ago
|
|
No has seemed to call it out yet but swift uses a form of garbage collection but remains relatively fast. I was against this at first but the more I think about it, I think it has real potential to make lots of hard problems with ownership easier to solve. I think the next big step or perhaps an alternative would be to make changes to restrictions in unsafe rust. I think the pursuit of safety is a good goal and I could see myself opting into garbage collections for certain tasks. |
|
Slows down every access to objects as reference counts must be maintained
Something weird that I never bothered with to enable circular references