pure Python vs extending module ?

Sylvain Thenault syt at pegasus.logilab.fr
Fri Aug 3 09:01:47 EDT 2001


hi!

I am working on a xmldiff tool written in python.
The main loop essentially consists in creating lists and reading values 
in those lists.
The problem is that there is a high complexity, and the loop body should 
easily be called more than 1 000 000 times  

Would this work take less time with the main loop written in a C extension
module ?

thanks

-- 
Sylvain Thenault

LOGILAB




More information about the Python-list mailing list