摘要:
组内同事下午做了个关于python的小的share,觉得讲的还不错,将其中的Performance Tuning部分摘抄出来,供参考。首先,谨记高德纳老先生的名言:过早优化是万恶之源(Premature optimization is the root of all evil.)性能调优分问如下几步:Find bottlenecksUse better algorithmsUse faster toolsWrite optimized codeWrite your own python moduleParallezie the compution第一步是找出程序运行的性能瓶颈所在。python 阅读全文