IBM 软件工程师的Python 代码性能优化技巧
关于Python 代码性能优化技巧摘要
字典 (dictionary) 与列表 (list) ,用dictionary 替换list 的场合
集合 (set) 与列表 (list),用set 替换list 的场合
对循环的优化
字符串的优化
定位程序性能瓶颈
http://www.ibm.com/developerworks/cn/linux/l-cn-python-optim/index.html
0
See Also
- Google工程师:复杂是软件的死敌
- 国外18年软件工程师自曝的薪水变迁史
- skulpt 在web上运行python 脚本
- python “decoder JPEG not available PIL”
- Python 性能分析指南
Nearby
- 上一篇 › bottle 的debug 模式速度竟然慢10倍
- 下一篇 › sinaapp 的Host 设置