In the early days of C, you’d occasionally see someone — probably a former Pascal programmer — write something like this: #define BEGIN { #define END } This would usually initiate complaints about ...
Python -O won’t magically make every script faster, but in the right workloads it’s a free win—here’s how to test it safely.