[issue40314] python code order of magnitude faster than equivalent CPython code for simple import statement

Zachary Ware report at bugs.python.org
Mon Apr 20 14:46:50 EDT 2020


Zachary Ware <zachary.ware at gmail.com> added the comment:

Are you quite sure you're converting your times correctly, particularly in the C code?  The units in the Python version should be seconds; does the C version actually take 23 seconds to execute?  What kind of timing do you get if you time both programs with the same external program?

----------
nosy: +zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40314>
_______________________________________


More information about the Python-bugs-list mailing list