Hacker News new | ask | show | jobs
by nick__m 196 days ago

  if you apply quicksort to 2^20 random integers, at some point you're sorting 2^17 8-integer subpartitions
why not use an 8 wide optimal sort network for those 8 integers?
2 comments

I think because they are not necessarily consecutive.
Embarrassingly parallel sort, lol.