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 christian.heimes, flox, isoschiz, jcea, pitrou, r.david.murray, serhiy.storchaka, sijinjoseph
Date 2013-04-14.08:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365929515.72.0.482175492353.issue17618@psf.upfronthosting.co.za>
In-reply-to
Content
I want to see both algorithms to be similar so far as it is possible. It might be worth extract and reuse a common code. Mercurial's code looks far more optimal (for example a85encode has a quadratic complexity in result accumulating).
History
Date User Action Args
2013-04-14 08:51:55serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, pitrou, christian.heimes, r.david.murray, flox, sijinjoseph, isoschiz
2013-04-14 08:51:55serhiy.storchakasetmessageid: <1365929515.72.0.482175492353.issue17618@psf.upfronthosting.co.za>
2013-04-14 08:51:55serhiy.storchakalinkissue17618 messages
2013-04-14 08:51:55serhiy.storchakacreate