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 fredrikj
Recipients fredrikj, mark.dickinson
Date 2008-07-27.16:17:45
SpamBayes Score 0.3150572
Marked as misclassified No
Message-id <1217175467.98.0.404517126151.issue3451@psf.upfronthosting.co.za>
In-reply-to
Content
And here some timings on my laptop.

Both int->str and balanced division become faster somewhere between 1000
and 2000 digits. This is after editing the division benchmark to use
random numbers instead of exact powers of ten (interestingly causing a
bit of slowdown). String conversion might be a little slower for lengths
that aren't close to powers of two.
History
Date User Action Args
2008-07-27 16:17:48fredrikjsetrecipients: + fredrikj, mark.dickinson
2008-07-27 16:17:47fredrikjsetmessageid: <1217175467.98.0.404517126151.issue3451@psf.upfronthosting.co.za>
2008-07-27 16:17:46fredrikjlinkissue3451 messages
2008-07-27 16:17:46fredrikjcreate