skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

QuickSort #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
...is not very quick.

While those who are familiar with the algorithm know this, those who are not 
may assume that it is 
the fastest available. Can this at least be deprecated?

Original issue reported on code.google.com by ARPl...@gmail.com on 18 May 2007 at 6:11

GoogleCodeExporter commented 9 years ago
QuickSort is basically just there because it's commonly known sort. It works 
fairly
well in small datasets, but terribly in large ones.

I'll add _CC_DEPRECATE_SLOW on it.

Targeted for v0.6.1

Original comment by steven.n...@gmail.com on 18 May 2007 at 6:52

GoogleCodeExporter commented 9 years ago
Merged in 0.6 branch r356.

Original comment by steven.n...@gmail.com on 20 May 2007 at 9:37