Welcome, Guest! Log In | Create Account

Share

Psyco, the Python Specializing Compiler

by arigo, kjetilja

Psyco shows that it is possible to execute Python code at speeds approaching that of fully compiled languages, by "specialization". The current prototype operates on i386-compatible processors and shows 2 to 100 times speed-ups, depending on code.


http://psyco.sourceforge.net

Compilers, Interpreters

Project Feed

Psyco, the Python Specializing Compiler Actions