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
More information about the Python-list mailing list
Mon Apr 8 01:57:27 EDT 2002
- Previous message (by thread): ANN: Pyrex - a language for writing Python extension modules
- Next message (by thread): ANN: Pyrex - a language for writing Python extension modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): ANN: Pyrex - a language for writing Python extension modules
- Next message (by thread): ANN: Pyrex - a language for writing Python extension modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list