make faster Richards benchmark

Wilk wilkSPAM at OUTflibuste.net
Thu May 13 04:36:00 EDT 2004


dlissett0 at yahoo.com (Duncan Lissett) writes:

> I'd appreciate any suggestions on how to make faster Python
> implementations of Richards benchmark. Perhaps there are obvious
> problems that can be corrected?
>
> http://www.lissett.com/ben/bench1.htm

import psyco
psyco.full()

2 times faster :-)

-- 
Wilk - http://flibuste.net



More information about the Python-list mailing list