Golang High-Performance Programming EP2: Reduce The Size Of Executable Binary Files With upx
Briefly

Golang's compilation speed is celebrated, but the size of the binary executable files it generates is often overlooked. A simple HTTP server example compiled in Golang resulted in an executable file of 6.5M in size.
The Go compiler optimizes the size of the binary file, showcasing its efficiency not just in speed but also in producing compact executables.
Read at Medium
[
|
]