ANN: Pyrex - a language for writing Python extension modules

Greg Ewing greg at cosc.canterbury.ac.nz
Mon Apr 8 01:57:27 EDT 2002


David Eppstein wrote:
> 
> Not to criticise your project, but this is not a good example to use --
> you've started with a very unnecessarily slow algorithm.

The point of the example isn't to show how to find
prime numbers quickly. It's just a representative
CPU-intensive task that demonstrates what Pyrex
can achieve. Using a more efficient algorithm
wouldn't make that point any more effectively.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list