Project based Learning: BuilderGen2024-8-29·1975 words·10 minsThe journey of optimizing BuilderGen, a project for generating helper builder structs.
Golang Profile Guided Optimization (PGO)2024-2-15·1074 words·6 minsGolang Profile Guided Optimization (PGO) is a compiler optimization technique that uses the profile data generated by running the application to guide the optimization process.