[RUS] Mikhail Tsimbalov: Profiling real-world golang service / #GolangPiter

Profiling real-world golang service If you’ve been optimizing the performance of Golang applications, you’ve probably noticed that most of the information that can be found, describes “synthetic cases“: the excess of a regular expressions, a pointless memory allocation in loops, strings instead of buffers, and so on. In my talk, I will describe the real story of how the consistent improvement of the service has saved us from having to buy new hardware. Come if you are interested in the features of the Gol
Back to Top