5 ms·
Nuitka looks like a traditional ahead-of-time compiler using SSA form[0] and is written in Python. I’d be interested in seeing performance comparisons with PyPy
by aarchi 5y ago
Nuitka looks like a traditional ahead-of-time compiler using SSA form[0] and is written in Python. I’d be interested in seeing performance comparisons with PyPy, which uses the second Futamura protection and is written in a dialect of Python.
[0]: https://nuitka.net/doc/developer-manual.html#ssa-form-for-nuitka https://nuitka.net/doc/developer-manual.html#ssa-form-for-nu...
- BiteCode_dev 5y agoIt's slower than pypy, but starts faster and results in a standalone executable. Also, it's compatible with most c extensions.
- igouy 5y agohttps://pybenchmarks.org/u64q/benchmark.php?test=all&lang=nuitka&lang2=pypy&data=u64q https://pybenchmarks.org/u64q/benchmark.php?test=all&lang=nu... "Python Interpreters Benchmarks"