howardjohn / blog-comments

0 stars 0 forks source link

posts/go-binary-size/ #11

Open utterances-bot opened 5 months ago

utterances-bot commented 5 months ago

Analyzing Go Binary Sizes | howardjohn's blog

In Analyzing Go Build Times, I went over how to analyze and understand Go build times, and what factors impact build times. A close cousin to build times is build sizes. Large binaries can lead to a variety of issues such as: Generally, slower build times Increased costs of storage Increased costs and time to distribute Increased memory usage at runtime (more on this in another article, hopefully) So its generally nice to keep them small.

https://blog.howardjohn.info/posts/go-binary-size/

ZManagered commented 5 months ago

I also created a tool for golang binary analysing: https://github.com/Zxilly/go-size-analyzer with a friendly UI