October 2006
PerformancePython - SciPy.org
by YukuanMarkA comparison of weave with NumPy, Pyrex, Psyco, Fortran and C++ for solving Laplace's equation. This article was originally written by Prabhu Ramachandran.
September 2005
Nuxeo Blogs: YADI, part 2: a simple Psyco decorator
by bader (via)Psyco is a pretty cool tool from Armin Rigo, that can really speed up the code in some cases. It relies on generating machine code by writing the corresponding bytes directly into executable memory.
1
(2 marks)