Creating a PYD file
Rony
kara at kara-moon.com
Thu Aug 19 15:41:30 EDT 2010
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... at 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?
More information about the Python-list
mailing list