标签: swift sorting
标准库中[Int]的Swift函数sorted()-> [Element]使用的算法是什么? sorted()
我测试了一些整数数组,发现sorted()的性能比存储桶排序差很多。