speed-comparison
speed-comparison copied to clipboard
Add python + mypyc for comparision
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?
Sure, that would be interesting. Would you like to create a pull request?
#114 I was also looking for this so I submitted a PR.