Python speed vs csharp
Sami Hangaslammi
shangius at yahoo.com
Thu Jul 31 05:18:34 EDT 2003
More information about the Python-list mailing list
Thu Jul 31 05:18:34 EDT 2003
- Previous message (by thread): Python speed vs csharp
- Next message (by thread): Python speed vs csharp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Python speed vs csharp
- Next message (by thread): Python speed vs csharp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list