Slashdot Mirror


Sort Linked Lists 10X Faster Than MergeSort

virusfree tells us about a new algorithm that has been developed that the author claims can sort a linked list up to 10 times faster than MergeSort. "BitFast," a member of the Hash algorithms family, is available in C and C++ under the GPL.

1 of 326 comments (clear)

  1. Re:wtf? seriously. by Paradise+Pete · · Score: 0, Troll
    Sixth, the headline "10X faster" is incorrect, as they differ asymptotically,

    And seventh, (and admittedly I'm really reaching here) the proper grammar for comparisons is "as fast," not "faster."
    "Faster" is not logically correct, as can be seen more easily when the two approach equality. If, for instance, 10 seconds is ten times faster than 100, then to be consistent 100 must be one times faster than 100, which is just plain silly.