admin
admin
3870 0 0

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


Discussion

Login Topics