原文:http://zhuoqiang.me/python-thread-gil-and-ctypes.htmlGIL 与 Python 线程的纠葛GIL 是什么东西?它对我们的 python 程序会产生什么样的影响?我们先来看一个问题。运行下面这段 python 程序,CPU 占用率是多少?# 请... Read More
posted @ 2014-04-09 14:48 奋斗终生 Views(792) Comments(0) Diggs(1)
英文原文:http://blog.monitis.com/index.php/2012/02/13/python-performance-tips-part-1/英文原文:http://blog.monitis.com/index.php/2012/03/21/python-performance-tips-part-2/翻译原文:http://www.oschina.net/question/1579_45822第一部分 阅读 Zen of Python,在Python解析器中输入 import this. 一个犀利的Python新手可能会注意到"解析"一词, 认为Pyt Read More
posted @ 2014-04-09 14:11 奋斗终生 Views(269) Comments(0) Diggs(0)