Sorry that was a typo... The question actually is, is a PYD file created from C faster then a PYD file from Pyrex ? I know it will depend on how it is written, but let's imagine a tiny example, like
(Pseudo code) result = arg1 + arg2 return result Tia Rony On 19 août, 20:47, Thomas Jollans <tho...@jollybox.de> wrote: > On Thursday 19 August 2010, it occurred to Rony to exclaim: > > > Is a PYD file created from Pyrex faster in execution then a PYD file > > created from python source ? > > How do you plan to create an extension module (*.so, *.pyd on Windows) from > Python source then? -- http://mail.python.org/mailman/listinfo/python-list