speed-comparison icon indicating copy to clipboard operation
speed-comparison copied to clipboard

Add python + mypyc for comparision

Open guizhenwei opened this issue 2 years ago • 2 comments

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?

guizhenwei avatar Oct 17 '22 09:10 guizhenwei

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

niklas-heer avatar Oct 17 '22 10:10 niklas-heer

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

allisonChilton avatar May 23 '23 00:05 allisonChilton