Quantcast
Channel: C – thoughts…
Viewing all articles
Browse latest Browse all 98

HOPE – combine the ease of Python and the speed of C++

$
0
0

“HOPE is a specialized method-at-a-time JIT compiler written in Python for translating Python source code into C++ and compiles this at runtime. In contrast to other existing JIT compliers, which are designed for general purpose, we have focused our development of the subset of the Python language that is most relevant for astrophysical calculations. By concentrating on this subset, HOPE is able to achieve the highest possible performance

By using HOPE, the user can benefit from being able to write common numerical code in Python and having the performance of compiled implementation. To enable the HOPE JIT compilation, the user needs to add a decorator to the function definition. The package does not require additional information, which ensures that HOPE is as non-intrusive as possible…”

https://github.com/cosmo-ethz/hope



Viewing all articles
Browse latest Browse all 98

Trending Articles