No speedup on multi-processor machine?

Fuzzyman fuzzyman at gmail.com
Tue Apr 24 10:59:23 EDT 2007


On Apr 23, 9:52 pm, Klaas <mike.kl... 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.
>

With Pyrex you still need to do memory management for non-Python
types. Additionally compiling C# from within IronPython is *very*easy.

C# is a much easier language to use than C - even with the help of
Pyrex. You use types defined in C# *natively* within IronPython.

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/articles.shtml

> -Mike





More information about the Python-list mailing list