Performance in embeded / extended python

Courageous jkraska1 at san.rr.com
Wed Jul 4 11:42:08 EDT 2001


>Have someone a clue of something I could have done wrong ?

If you have a C program which embeds Python, you're going to have
to profile your C program using whatever profiling tools are available
under your development platform.

>Can't extended python be faster ?

You have verified yet that it's not your C code.

You may be able to profile your Python code, however. Look into the
"profile" module.

C//




More information about the Python-list mailing list