Mark Lawrence wrote: > Another beasty I've just stumbled across which you may find interesting > http://www.sciencedirect.com/science/article/pii/S2213133714000687 Why use a JIT complation when you could use some C++ generation then compilation as Python module, like with Pythran ?
https://github.com/serge-sans-paille/pythran For heavy computing, you may loose some time before running computation, to have (generate) the right tool, then do the job with real bonus. … A+ Laurent. -- https://mail.python.org/mailman/listinfo/python-list