On Mon, May 25, 2020 at 3:05 AM <[email protected]> wrote: > I do not know maybe it was already discussed ... but the toolchain like > LLVM is very mature and it can provide the simpler JIT compilation to > machine code functionality and it will improve performance of the Python a > lot !! >
see numba: http://numba.pydata.org/ Also, I"m pretty sure one of the efforts to make a faster python was based on LLVM, but it didn't work out as well as hoped -- unladen swallow maybe? -CHB > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/A3VF6DJ3H2IIUAYYEKSS3T3N7X443OO7/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- Christopher Barker, PhD Python Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/JJQNOXOO57NPLPGS243VIW6O2I7DD4WH/ Code of Conduct: http://python.org/psf/codeofconduct/
