(no title)
julienpalard | 3 years ago
- Pythran (https://pythran.readthedocs.io) (ahead of time compiler) - mypyc (https://mypyc.readthedocs.io/en/latest/) (ahead of time compiler) - cython (ahead of time compiler) - Numba (JIT) - Pypy (An interpreter doing JIT compiling) - Nuitka (Ahead of time, IIRC)
At this point we should build a "Awesome Python Compilers" repo ... oh wait, it obviously already exists: https://github.com/pfalcon/awesome-python-compilers
brrrrrm|3 years ago
e.g. PyPy doesn't work with PyTorch https://github.com/pytorch/pytorch/issues/17835
lnyan|3 years ago
xapata|3 years ago
fniephaus|3 years ago
rockwotj|3 years ago
physPop|3 years ago
FreakLegion|3 years ago
infinityio|3 years ago