Python Performance Boost by using Profile Guided Optimization

By using GCC PGO when building the Python interpreter, I’ve managed to achieve a healthy **10% speedup** for CPU bound Python programs.   About PGO PGO works by compiling the program (in my case Python) with special flags, running that … Continue reading Python Performance Boost by using Profile Guided Optimization