Python speed vs csharp

John Hunter jdhunter at ace.bsd.uchicago.edu
Thu Jul 31 18:00:08 EDT 2003


>>>>> "Mike" == Mike  <mike at nospam.com> writes:

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

Can you use scipy?  erfc is implemented in the scipy.stats module,
which runs about 3 times faster than the pure python version in my
simple tests.

JDH






More information about the Python-list mailing list