Goroutines are amazing and extremely easy to use. You should include them wherever possible. But always be careful of Data Races

Goroutines are amazing and extremely easy to use. However, you should absolutely not include them wherever possible. Using them can in fact slow down a program for which they are not suited (context switching still has a cost), and they introduce non-trivial complexity.

Still, it’s nice to see a post with some start-here optimization ideas; many Go optimization articles assume a deep experience with Go and can be daunting.

permalink
report
reply

Golang

!golang@programming.dev

Create post

This is a community dedicated to the go programming language.

Useful Links:

Rules:

  • Posts must be relevant to Go
  • No NSFW content
  • No hate speech, bigotry, etc
  • Try to keep discussions on topic
  • No spam of tools/companies/advertisements
  • It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Community stats

  • 34

    Monthly active users

  • 146

    Posts

  • 148

    Comments