| ▲ | delijati 17 hours ago | |||||||
so it is what https://github.com/mypyc/mypyc was supposed to be ... i can just use write my python code add some type hints and it should run faster ... like cython but without learning a new dsl? | ||||||||
| ▲ | dima-quant 16 hours ago | parent | next [-] | |||||||
Yeah, indeed, I actually read about mypyc a few years ago before starting nimic. Though the goal is very similar, mypyc does not support compilation to a native executable and the performance gains were somehow limited to 2x-4x, as reported in https://sichard.ca/blog/2022/05/compiling-black-with-mypyc-p... | ||||||||
| ||||||||
| ▲ | dec0dedab0de 14 hours ago | parent | prev [-] | |||||||
cython uses type hints now | ||||||||