Wet Dream--python to native compiler

Jeff Sandys sandysj at juno.com
Thu Dec 12 11:58:20 EST 2002


Tim Churches wrote:
> 
> > Aaron K. Johnson <akjmicro at yahoo.com> wrote:
> >
> > Has anyone used Psycho or Pyrex enough to critique/recommend it?
> 
> See David Mertz' article on Psyco at
> http://www-06.ibm.com/developerworks/library/l-psyco.html
> 
I used Psyco on a puzzle solver that was taking 10 minutes.
I applied Psyco to the class, 2 lines of code, 2-4 X improvement.
Only drawback, I couldn't run profile/stats on the Psyco'ed class.

Thanks,
Jeff Sandys



More information about the Python-list mailing list