shish / rosettaboy

A gameboy emulator in several different languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add nuitka-compiled Python to the benchmark

lordvlad opened this issue · comments

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.

commented

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

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