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 serhiy.storchaka
Recipients pitrou, serhiy.storchaka
Date 2013-05-18.18:46:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368902760.13.0.100337192384.issue17812@psf.upfronthosting.co.za>
In-reply-to
Content
Note that without patches both tests run many minutes.

base32_fix.patch causes little (5%) performance degradation for small data (< KB), this is perhaps the cause for the use of string concatenation. However base32_optimize.patch speeds up about 3x for such data.
History
Date User Action Args
2013-05-18 18:46:00serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2013-05-18 18:46:00serhiy.storchakasetmessageid: <1368902760.13.0.100337192384.issue17812@psf.upfronthosting.co.za>
2013-05-18 18:46:00serhiy.storchakalinkissue17812 messages
2013-05-18 18:46:00serhiy.storchakacreate