Why does timeit report slower code as faster one? – Debian
I tested this with python 3.5 in Debian Stretch. I tried benchmark the "Avoiding dots" optimization. As expected, the "Avoiding dots" optimization is really much faster. Unexpected, timeit reports the slower code as the faster. What is the reason? $…