Hacker News new | ask | show | jobs
Quicksort, Parallelism, and Fork/Join in JDK7 (deftitlenil.com)
2 points by pmbauer 5499 days ago
Progressivly enhances a parallel quicksort algorithm, giving details on optimization techniques and best practices for parallel algorithms. Concludes with an example using the new Fork/Join framework in JDK7.