Add nuitka-compiled Python to the benchmark
lordvlad opened this issue · 2 comments
lordvlad commented
I stumbled upon this promising project https://nuitka.net/ and thought Rosetta boy would be a great candidate to do a real world benchmark to see how nuitka compares to cpyrhon and c++.
I'd love to take a swing at it and come back with a PR.
shish commented
I don't know what technical work that involves, but I don't object the idea :)
lordvlad commented
Not very much additional work. Basically pip install nuitka && nuitka main.py
then run main.exe
with the same arguments as you'd run the python module.
My first try unfortunately yielded results no better than running python, I'll check if there is some room for optimizations