26 ms·
Seems like the Swift slowness comes from ARC. > Unfortunately, the performance analysis shows, that the retain and release introduce a big performance hit, wit
by johnlinvc 7y ago
Seems like the Swift slowness comes from ARC.
> Unfortunately, the performance analysis shows, that the retain and release introduce a big performance hit, with little information on why exactly so many calls are necessary.
https://github.com/ixy-languages/ixy.swift/blob/master/performance/LanguageFeatures.md https://github.com/ixy-languages/ixy.swift/blob/master/perfo...