|
|
|
|
|
by cperciva
5605 days ago
|
|
Two reasons: 1. It's a PITA to implement; 2. You need a large N to overcome the o(1), and at that point you're usually dominated by the performance of your memory hierarchy rather than by the cost of doing compares. Last I heard, python's built-in sort was a type of samplesort, though, so it isn't completely unused. |
|