The Null Device

Psyco

Psyco, a just-in-time compiler for Python. Unlike most JIT compilers, it's a specializing compiler, meaning that it makes several versions of each function, optimised for different data sets. The author claims it can accelerate Python algorithmic code to C-like levels of speed, obviating the need to write C modules. (via NtK)

There are no comments yet on "Psyco"