This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients fredrikj, loewis, pitrou, vstinner
Date 2008-10-17.14:49:43
SpamBayes Score 1.915523e-06
Marked as misclassified No
Message-id <1224254985.03.0.690910928721.issue4128@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2008-10-17 14:49:45vstinnersetrecipients: + vstinner, loewis, pitrou, fredrikj
2008-10-17 14:49:45vstinnersetmessageid: <1224254985.03.0.690910928721.issue4128@psf.upfronthosting.co.za>
2008-10-17 14:49:44vstinnerlinkissue4128 messages
2008-10-17 14:49:43vstinnercreate