Projects tagged ‘jit’ and ‘python’


[4 total ]

24 Users
   

The PyPy project aims at producing a flexible and fast Python implementation. The guiding idea is to translate a Python-level description of the Python language itself to lower level languages. Rumors ... [More] have it that the secret goal is being faster-than-C which is nonsense, isn't it? [Less]
Created over 3 years ago.

5 Users
   

Psyco is a Python extension module which can massively speed up the execution of any Python code.
Created over 2 years ago.

0 Users

The HotPy virtual machine is a high-performance virtual machine for Python. The notable features of HotPy are: It is built using the GVMT The base VM is designed to be optimisable, and is simpler ... [More] in internal design than the standard CPython VM. It offers significantly improved performance by: Optimising the bytecode, using type information gathered at runtime. Translating (compiling) the bytecode into native machine code. [Less]
Created 2 months ago.

0 Users

The Dynamo Application Engine is a unified framework for integrating C++ with dynamic scripting languages. With DAE, both C++ and your scripting languages share the same garbage collector and runtime ... [More] , and as the runtime knows all about your code, dynamic scripting languages can be compiled down to native machine code, for unparalleled speed and efficiency. [Less]
Created 9 months ago.