python 使用sort 对列表排序的性能测试

首先对一百万数据进行排序:

    

对一千万数据进行排序:

    

对一亿数据进行排序:

    

  

      

原文地址:https://www.cnblogs.com/xuchunlin/p/11441160.html