[issue4128] Performance regression in long division in 2.6

STINNER Victor report at bugs.python.org
Fri Oct 17 16:49:45 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> I propose to close this as "won't fix"

I agree.

> I'm not interested in 150ms speed differences when dividing 100000 
digit numbers.

I'm ok to close the ticket, but I'm also interrested to optimize 
Python. But the compiler option is not the best choice to optimize a 
program. I prefer changes like using a O(n) algorithm instead of 
O(n^2) algorithm.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4128>
_______________________________________


More information about the Python-bugs-list mailing list