🚀 Go builds feeling slow? Recently we analyzed our Go builds.
📖 Read: https://victoronsoftware.com/posts/analyze-go-build/
▶️ Watch: https://www.youtube.com/watch?v=fs81KvxhwhI
🚀 Go builds feeling slow? Recently we analyzed our Go builds.
📖 Read: https://victoronsoftware.com/posts/analyze-go-build/
▶️ Watch: https://www.youtube.com/watch?v=fs81KvxhwhI
🚀 New TIL Post!
Want to speed up your builds using make? 🏎️💨
Check out how to use -j with auto-detected CPU cores for faster parallel execution!
🔗 Read here: https://til.sanyamkhurana.com/#/topics/make/speed-up-builds-with-make-j-and-auto-detect-cpu-cores
#TIL #TodayILearned #Makefile #BuildOptimization #Linux #DevTips #Coding
TIL IncludeGuardian, a FREE tool to analyze C and C++ file includes.
Anyone got some recommendations for reducing .PCH file sizes? Besides the obvious one ("include less").
I would love to have Clang's chained PCH support in Visual Studio, but oh well.
Presently doing 50GB of disk IO just on PCHs for every clean build of a certain project. Would love to make that number a lot smaller.