2013
2007
Python profiling decorator - biais.org
by greuthotshot profiler and timeit modules from the standard library.
2006
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
(5 marks)