Mono and Python

Neil Hodgson nhodgson at bigpond.net.au
Wed Jan 2 22:57:18 EST 2002


Robert N. Deviasse:
[Talking about Python.NET]
> They basically chose the extremely slow approach in order to
> implement it quickly. COM itself is slow, but writing a CPU
> intensive part of the code in Python sure doesn't help
> performance.

   The slow compilation process for Python.NET is not that important if the
compiled code is kept and there are some techniques, as you have pointed out
for speeding up compilation. The problem is the slow execution of the
resulting compiled code which can be easily experienced by compiling and
running PyStone with Python.NET.

   Neil






More information about the Python-list mailing list