July 2007
Python profiling decorator - biais.org
hotshot profiler and timeit modules from the standard library.
April 2006
December 2005
September 2005
Nuxeo Blogs: YADI, part 2: a simple Psyco decorator
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
(4 marks)
