|
|
|
|
|
by azinman2
638 days ago
|
|
There's no way it's close to Python. Where are the benchmarks? https://github.com/sh3244/swift-vs-python Shows a huge difference, as expected for a typed memory-safe compiled language using LLVM versus an interpreted language with a global interpreter lock. |
|