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 sir-sigurd
Recipients sir-sigurd
Date 2017-11-27.12:14:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511784869.56.0.213398074469.issue32147@psf.upfronthosting.co.za>
In-reply-to
Content
Before:

$ ./python -m timeit -s "from binascii import unhexlify; b = b'aa'*2**20" "unhexlify(b)"
50 loops, best of 5: 5.68 msec per loop

After:

$ ./python -m timeit -s "from binascii import unhexlify; b = b'aa'*2**20" "unhexlify(b)"
100 loops, best of 5: 2.06 msec per loop
History
Date User Action Args
2017-11-27 12:14:29sir-sigurdsetrecipients: + sir-sigurd
2017-11-27 12:14:29sir-sigurdsetmessageid: <1511784869.56.0.213398074469.issue32147@psf.upfronthosting.co.za>
2017-11-27 12:14:29sir-sigurdlinkissue32147 messages
2017-11-27 12:14:29sir-sigurdcreate