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 orsenthil
Recipients ajaksu2, barry, fijall, flox, jepler, orsenthil, pitrou, rhettinger, serhiy.storchaka, tseaver
Date 2013-02-16.01:54:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPOVWOS+0G4q1qip7=VeeXia6fQVuUfhOKYHB84nxdNFokCWtA@mail.gmail.com>
In-reply-to <1360843175.41.0.890866615789.issue1285086@psf.upfronthosting.co.za>
Content
> Serhiy Storchaka added the comment:
>>
>> + append = res.append
>>
>> And then use 'append'?
>
> This speed up unquote_to_bytes by 15%.

Thanks for the response. In fact, writing the whole _hextobyte
verbatim would further increase the speed, but that would be huge
dis-advantage in terms of space occupied by that dict in the code. I
am +1 with the patch, please go ahead with committing it.
History
Date User Action Args
2013-02-16 01:54:49orsenthilsetrecipients: + orsenthil, barry, jepler, rhettinger, tseaver, pitrou, ajaksu2, flox, fijall, serhiy.storchaka
2013-02-16 01:54:49orsenthillinkissue1285086 messages
2013-02-16 01:54:49orsenthilcreate