Advent of Go Profiling: Day 1-1

3 · Felix Geisendörfer · Dec. 1, 2021, 8:07 p.m.
Tis the season to be geeky, so it’s time for Advent of Code 2021. My theme for last year was to learn some rust, but for this year I decided to focus on Go profiling. The idea is to code up naive solutions and use Go profiling tools to optimize them. A few folks on twitter were interested in seeing the results as blog posts, so I’m hoping to write a few of these. You can find all code and profiles in the history of this repository: github.com/felixge/advent-2021. Disclaimer: I currently work on ...