Open rchillyard opened 4 years ago
Will write the benchmark for:
Actually, it turns out I already did this. I forgot I'd mentioned this here. But I'd be happy to get a second opinion.
EDIT: I should have mentioned that I did it in INFO6205_Solutions.
This issue is still open. However, it's of low importance because, of course, we use quicksort for primitives. It doesn't really matter how much faster (but I measured about a 2.5 increase in time for Integers -- using System sort).
In the paper, we talk about how much faster comparing two primitives is as opposed to comparing two objects. But how much faster--for the kinds of objects we want to sort?
I'd like to see a benchmark designed with just this in mind.