Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nuitka-compiled Python to the benchmark #15

Open
lordvlad opened this issue Oct 10, 2021 · 2 comments
Open

Add nuitka-compiled Python to the benchmark #15

lordvlad opened this issue Oct 10, 2021 · 2 comments
Labels
python Python-specific

Comments

@lordvlad
Copy link

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
Copy link
Owner

shish commented Oct 12, 2021

I don't know what technical work that involves, but I don't object the idea :)

@shish shish added the python Python-specific label Oct 12, 2021
@lordvlad
Copy link
Author

lordvlad commented Oct 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python-specific
Projects
None yet
Development

No branches or pull requests

2 participants