HOPE: A Python just-in-time compiler for astrophysical computations

Laurent Pointal laurent.pointal at free.fr
Tue Jun 23 12:53:27 EDT 2015


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.




More information about the Python-list mailing list