Python speed vs csharp

Sami Hangaslammi shangius at yahoo.com
Thu Jul 31 05:18:34 EDT 2003


Mike <mike at nospam.com> wrote in message news:<rkdc7poiachh.1x4jtxjzaf3zo.dlg at 40tude.net>...

> My second question is, is there anything that can be done to get Python's
> speed close to the speed of C#?

If you have a single function that is easy to convert to C, you
should. Wrapping it with, for example, Pyrex
(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/) is easy enough,
and you'll get the best of both worlds.




More information about the Python-list mailing list