Message307504
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 |
|
Date |
User |
Action |
Args |
2017-12-03 11:04:35 | pitrou | set | recipients:
+ pitrou, serhiy.storchaka, sir-sigurd |
2017-12-03 11:04:35 | pitrou | set | messageid: <1512299075.25.0.213398074469.issue32147@psf.upfronthosting.co.za> |
2017-12-03 11:04:35 | pitrou | link | issue32147 messages |
2017-12-03 11:04:35 | pitrou | create | |
|