Comment by OutOfHere
6 days ago
> In golang, there is no guarantee that goroutines will run in parallel;
That's not specific to Go lang. Most of the constraints you're thinking of apply to all parallel programming languages. It goes with the territory. All parallel programming languages impose certain flavors of their management of parallelism.
No comments yet
Contribute on Hacker News ↗