🇺🇦 Go performance channel
1.5K subscribers
39 photos
400 links
Go performance, runtime, concurrency.

Talks, blogposts and open source projects for gophers.

Not affiliated with Go team.

https://go-perf.dev

(mail: [email protected] / @olegkovalov)
Download Telegram
Old but very-very good file read-parsing optimisation in #golang by @marcellanz

https://marcellanz.com/post/file-read-challenge/
Proposal: Soft memory limit
<...>
- Better utilize the memory that they already have,
- Confidently decrease their memory limits, knowing #golang will respect them,
- Avoid unsupported forms of garbage collection tuning.

https://github.com/golang/go/issues/48409
Very nice trick for @code #golang users to see what is escaped to the heap or not inlined.

In most cases you don't need to see this all the time but nice thing to have in your toolbox.

CC: @GoLandIDE

https://twitter.com/_josephwoodward/status/1455522831190663173