You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: