It got me curious what's faster when looping over a slice of million elements: to use a million separate goroutines or to use that pool.
It got me curious what's faster when looping over a slice of million elements: to use a million separate goroutines or to use that pool.