No speedup on multi-processor machine?

Jorgen Grahn grahn+nntp at snipabacken.dyndns.org
Tue Apr 24 11:39:23 EDT 2007


On 23 Apr 2007 13:52:52 -0700, Klaas <mike.klaas at gmail.com> wrote:
> On Apr 21, 5:14 pm, Fuzzyman <fuzzy... at gmail.com> wrote:
>
>> Additionally, extending IronPython from C# is orders of magnitude
>> easier than extending CPython from C.
>
> Given the existence of Pyrex, that statement is pretty difficult to
> substantiate.

IMHO, you don't even need Pyrex. When you've done it manually once,
you have the blueprint for your other extension modules. Most of the
work should be normal "fake OOP in C" programming.

Doing it for the first time is another matter, however.

/Jorgen

-- 
  // Jorgen Grahn <grahn@        Ph'nglui mglw'nafh Cthulhu
\X/     snipabacken.dyndns.org>  R'lyeh wgah'nagl fhtagn!



More information about the Python-list mailing list