Comment on Show HN: Avoiding "if" makes Quicksort fasterComments−jjgreen4moIn line 423 or the optimised code there's a typo: "sort2(e,i)" should be "sort2(i,e)"−chkas4moThat should give the same result.
Comments
In line 423 or the optimised code there's a typo: "sort2(e,i)" should be "sort2(i,e)"
That should give the same result.