|
|
|
|
|
by emmericp
2468 days ago
|
|
Swift spends 76% of the time incrementing/decrementing reference counts; ARC is just very bad at pushing tens of millions of objects through it every second. There's some more evlauation for Swift here: https://github.com/ixy-languages/ixy.swift/tree/master/perfo... It's just a coincidence that JavaScript and Swift end up with almost the same performance; there is nothing similar between these two runtimes and implementations. |
|