niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
475 stars 76 forks source link

Add python + mypyc for comparision #47

Open guizhenwei opened 1 year ago

guizhenwei commented 1 year ago

Mypyc compiles normal python code to c extensions. That could be a speed up solution for interpreted python code.

Maybe we can try this to see what happens?

niklas-heer commented 1 year ago

Sure, that would be interesting. Would you like to create a pull request?

allisonChilton commented 1 year ago

114 I was also looking for this so I submitted a PR.