Message7940

Author santa4nt
Recipients amak, fwierzbicki, santa4nt
Date 2013-03-19.05:29:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363670953.63.0.946179923095.issue2013@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a possible approach for this. BigInteger.toString() is indeed known to be implemented with a sub-optimal algorithm.

Note that `'{:x}'.format(num)` is also affected. My patch only addresses `'%x' % num` and hex(num) for large numbers just to see what you guys think.

Also, hello!
History
Date User Action Args
2013-03-19 05:29:13santa4ntsetmessageid: <1363670953.63.0.946179923095.issue2013@psf.upfronthosting.co.za>
2013-03-19 05:29:13santa4ntsetrecipients: + santa4nt, fwierzbicki, amak
2013-03-19 05:29:13santa4ntlinkissue2013 messages
2013-03-19 05:29:13santa4ntcreate