On Apr 14, 8:48 am, 一首诗 <[EMAIL PROTECTED]> wrote:

> But, it is still not as fast as 1.


So if speed is the #1 design goal, use pure C.  If not, develop in
pure Python and, if the application is too slow, profile the code and
look for bottlenecks that can be optimized.  There's a good chance
that they can be resolved algorithmically, not by simply dropping down
to C.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to