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.
A new open source Microsoft project, Pyjion, improves the Python language’s speed by augmenting its stock interpreter with a JIT derived from Microsoft’s CoreCLR project. Python’s standard-issue ...