Go is together a pretty simple and pretty complex language. But I really like programming Go.
If you havent tried it, set GODEBUG=schedtrace=1000 and GOMAXPROCS=2, run a tight CPU loop, and watching the runtime juggle the goroutine between Ps makes the scheduler click instantly.
Go is together a pretty simple and pretty complex language. But I really like programming Go.
If you havent tried it, set GODEBUG=schedtrace=1000 and GOMAXPROCS=2, run a tight CPU loop, and watching the runtime juggle the goroutine between Ps makes the scheduler click instantly.