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 pitrou
Recipients pitrou, serhiy.storchaka, sir-sigurd
Date 2017-12-03.11:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512299075.25.0.213398074469.issue32147@psf.upfronthosting.co.za>
In-reply-to
Content
Here are the results here:

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

- After:
$ ./python -m timeit -s "from binascii import unhexlify; b = b'aa'*2**20" "unhexlify(b)"
200 loops, best of 5: 1.16 msec per loop
History
Date User Action Args
2017-12-03 11:04:35pitrousetrecipients: + pitrou, serhiy.storchaka, sir-sigurd
2017-12-03 11:04:35pitrousetmessageid: <1512299075.25.0.213398074469.issue32147@psf.upfronthosting.co.za>
2017-12-03 11:04:35pitroulinkissue32147 messages
2017-12-03 11:04:35pitroucreate