Hacker News new | ask | show | jobs
by pcwalton 3486 days ago
None of the primitives Golang gives you allow you to achieve the same results that Rayon does. The Go work stealing system only works with goroutines, which are too expensive to spawn on every iteration of a tight loop.