Psyco – Just in time compiler

Filed under: Addons 
Tags:

Psyco is similar to just-in-time (JIT) compilers that have been developed for other languages. It works by translating blocks of Python code into machine code on the fly, resulting in faster run times for your programs.
Read more