pkgsrc-wip/py-hope/DESCR
Kamel Ibn Aziz Derouiche f9e6cb8a3a Import py27-hope-0.3.0 as wip/py-hope.
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
2014-10-18 19:31:55 +00:00

7 lines
441 B
Text

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