allocation – articles by tag

04/23/2020

Profiling

GO has rich profiling tools from the very beginning — pprof package and go tool pprof. Let's discuss why profiling is good, how to work with it and what is new here.
Read More → profiling pprof benchmark ab cpu allocation remote
04/04/2020

Principles of slice type in GO

How to use slices is described in GO blog. Let's take a look to a slice internals.
Read More → slice sources allocation