Performance profiling Python code

Felipe Almeida Lessa felipe.lessa at gmail.com
Fri Mar 24 17:08:17 EST 2006


Em Sex, 2006-03-24 às 15:58 -0500, Jack Diederich escreveu:
> As a last resort you can write the sensitive bits in C and add a python
> wrapper.  For the ICFP contest[1] each year I write the few primitives
> in C and all the logic in python and it works quite well.

Before that, try Psyco. It helps a lot sometimes.

HTH,

-- 
Felipe.




More information about the Python-list mailing list