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 alanmcintyre
Recipients
Date 2006-03-07.03:05:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1115903

Version #3 is attached; it has an across-the-board
improvement of ~10% over version 2.  The performance hit for
calling long() on 9-digit numbers is now only about -10%,
breakeven happens somewhere around 11 digits, and the best
performance is about +282% in the vicinity of 1000 digits.

Sorry to keep commenting on my own patch. :)  I think I'm
done now.
History
Date User Action Args
2007-08-23 15:46:19adminlinkissue1442927 messages
2007-08-23 15:46:19admincreate