Archive for December, 2009
Sort Optimization (Part 2) with JDK 6 vs JDK 7
In part 1, I went over my first foray into the world of sorting algorithms. Since then, I’ve had some other ideas on how to improve my quicksort implementation. One idea that I had while originally working on the sorting algorithm, was to rework the partition function to take into account duplicate elements. I had [...]
Posted on December 23, 2009 at 11:00 am by Joe · Permalink
· Leave a comment
In: Uncategorized · Tagged with: benchmarks, java, shootout, sorting
In: Uncategorized · Tagged with: benchmarks, java, shootout, sorting
