We surveyed over 300 DevSecOps pros to understand how they’re managing vulnerabilities—discover the results

Results for Author: Todd Whiteman

Python Performance Boost By Using Profile Guided Optimization
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 ...
Read More →
Getting Git Submodule to Track a Branch
Getting git submodule to track a branch
Since using Git submodules in our Komodo code base, we’ve learned some interesting things about submodules that we’d like to share. Komodo is a powerful ...
Read More →
Scroll to Top