阅读背景:

并发性:Python扩展是否受全局解释器锁的影响?

来源:互联网 

One of Python's strongest points is the ease of writing C and C++ extensions to speed up processor intensive parts of the code. Can these extensions avoid the Global Interpreter Lock or are they also restricted by the GIL? If not, then this "ease of extension" is even more of a killer feature than I previously realized. I suspect the answer is not a simple yes-or-no but I am not sure, so I am asking the question here on StackOverflow. One of Python's strongest points is the ease of




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: