moved to: https://github.com/pengelana/blocklist/wiki/DNSCrypt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python3 -m timeit -n 1000000 -r 5 -v 'dict()' | |
| raw times: 1.25 1.2 1.2 1.2 1.2 | |
| 1000000 loops, best of 5: 1.2 usec per loop | |
| $ python3 -m timeit -n 1000000 -r 5 -v '{}' | |
| raw times: 0.375 0.368 0.375 0.375 0.372 | |
| 1000000 loops, best of 5: 0.368 usec per loop | |
NewerOlder