Skip to main content
2 votes

Benchmarking in Java some super linearithmic sorting algorithms

I think the key issue is to make sure you're gathering sufficient information. You're timing one call of each method and using that to compare them. I would suggest you call each method many times1, ...
Chris's user avatar
  • 4,489

Only top scored, non community-wiki answers of a minimum length are eligible