红联Linux门户
Linux帮助

去除全局解释器锁 newthreading

发布时间:2013-02-13 15:46:56来源:红联作者:empast
“newthreading” 项目是Python社区改进Python程序并发性能,去除不受欢迎的全局解释器锁(global interpreter lock)的一次尝试。Python刚刚发布了newthreading 的一个概念验证实现。这个纯Python语言实现可以使用,但并没有改进性能。它只是一个概念验证实现,让程序员能尝试同步类。

from newthreading import *

项目主页:http://www.animats.com/papers/languages/newthreadingintro.html

下载地址:http://sourceforge.net/projects/newthreading/files/

来自:开源中国社区
文章评论

共有 0 条评论