Message5565

Author pr3d4t0r
Recipients pr3d4t0r
Date 2010-03-15.01:22:48
SpamBayes Score 1.8126439e-06
Marked as misclassified No
Message-id <1268616170.19.0.137458751275.issue1571@psf.upfronthosting.co.za>
In-reply-to
Content
Huge performance hit when issuing a million or more calls to int(string) because it uses the BigInteger parser instead of Long's or Integer's.  This results in 2x to 10x slower performance for the same code running on CPython, equivalent version.
History
Date User Action Args
2010-03-15 01:22:50pr3d4t0rsetrecipients: + pr3d4t0r
2010-03-15 01:22:50pr3d4t0rsetmessageid: <1268616170.19.0.137458751275.issue1571@psf.upfronthosting.co.za>
2010-03-15 01:22:49pr3d4t0rlinkissue1571 messages
2010-03-15 01:22:48pr3d4t0rcreate