[Python-Dev] Python is faster than C (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Mon Apr 5 20:38:00 EDT 2004
- Previous message: [Python-Dev] Python is faster than C
- Next message: [Python-Dev] Python is faster than C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Moore, Paul" <Paul.Moore at atosorigin.com>:
Hmm. I'm torn. On the one hand, it's really cool that Python+Psyco can out-perform C (another argument against the knee-jerk "recode bits in C" reaction). But my gut feel is that not enough people use Psyco to make this a good answer yet.
If and when Psyco becomes an integral part of the core Python distribution and works on all supported platforms, then it may make sense to keep more stuff in Python as a matter of course.
Until then, keeping pure-Python versions of some modules around as an alternative for Psyco users might be desirable.
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Python is faster than C
- Next message: [Python-Dev] Python is faster than C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]