Oct 5, 2022
I think I disagree with your statements. This post IS about concurrency first. The merge sort algo structure has been made concurrent. And then, on top of that concurrent structure we spin up parallel goroutines.
Meanwhile, neither concurrency nor parallelism is always faster imo. So, this is also something I don’t agree with you.