▲ | Animats 2 days ago | |
Neat. Adaptive radix sorts exist, where the keyspace is divided into roughly equal sized buckets based on the distribution of the data. The setup is slow enough that this is usually used only for very large sorts that have to go out to disk, or, originally, tape. It's the first patented algorithm, SyncSort. |