Psyco and method calls

Avery Andrews andrews at pcug.org.au
Fri Mar 7 20:38:59 EST 2003


Does anyone know if psyco does a good job of speeding up calls to methods
of objects defined in extension modules?  What this is apropos of is the
possibility of using Python to split up a Delphi program into bits that
can be independently rewritten in a platform-independent way.  I'm
presuming that normal Python method calling is much slower than in Delphi
or C++, tho I'll confess that I don't know much about anything.

Thanks,

 Avery Andrews






More information about the Python-list mailing list