python speed

Fredrik Lundh fredrik at pythonware.com
Fri Dec 2 07:47:12 EST 2005


casevh at comcast.net wrote:

> DecInt's division algorithm is completely general also. But I would
> never claim that Python code is faster than assembler. I believe that
> careful implementation of a good algorithm is more important than the
> raw speed of the language or efficiency of the compiler. Python makes
> it easy to implement algorithms.

that was of course the point here (and your work with DecInt is an
excellent illustration of this principle).

</F> 






More information about the Python-list mailing list