Python is far from a top performer according to benchmark test...

Rainer Deyke rainerd at eldwood.com
Sun Jan 11 01:46:50 EST 2004


Samuel Walters wrote:
> So, I guess that my point is that C might not be the right language
> for doing numerical processing, but it seems the right language for
> implementing the primitives of numerical processing.

The issue with C is that it is too slow for implementing those primitives
(in part due to pointer aliasing issues).  Fortran is considerably faster.


-- 
Rainer Deyke - rainerd at eldwood.com - http://eldwood.com





More information about the Python-list mailing list