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"
Want to say something? Do so here.
Please keep comments on topic and to the point. Inappropriate comments may be deleted.
Note that markup is stripped from comments; URLs will be automatically converted into links.