TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

David Beazley discusses the Python GIL

4 点作者 kwantam大约 14 年前

1 comment

kbd大约 14 年前
Haven't finished watching this yet, but the GIL has been improved as of 3.2. For instance, the example he gives where threading two copies of a CPU-bound function doubles execution time isn't as terrible given the recent rework of the GIL.<p><a href="http://docs.python.org/dev/whatsnew/3.2.html#multi-threading" rel="nofollow">http://docs.python.org/dev/whatsnew/3.2.html#multi-threading</a>