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
Nearby
- 上一篇 › bottle 的debug 模式速度竟然慢10倍
- 下一篇 › sinaapp 的Host 设置