<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GIL on 办公AI智能小助手</title>
    <link>https://blog.qife122.com/tags/gil/</link>
    <description>Recent content in GIL on 办公AI智能小助手</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>qife</copyright>
    <lastBuildDate>Wed, 10 Dec 2025 07:55:37 +0800</lastBuildDate>
    <atom:link href="https://blog.qife122.com/tags/gil/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>打破枷锁：Python 3.14 如何释放GIL，实现真正并行</title>
      <link>https://blog.qife122.com/p/%E6%89%93%E7%A0%B4%E6%9E%B7%E9%94%81python-3.14-%E5%A6%82%E4%BD%95%E9%87%8A%E6%94%BEgil%E5%AE%9E%E7%8E%B0%E7%9C%9F%E6%AD%A3%E5%B9%B6%E8%A1%8C/</link>
      <pubDate>Wed, 10 Dec 2025 07:55:37 +0800</pubDate>
      <guid>https://blog.qife122.com/p/%E6%89%93%E7%A0%B4%E6%9E%B7%E9%94%81python-3.14-%E5%A6%82%E4%BD%95%E9%87%8A%E6%94%BEgil%E5%AE%9E%E7%8E%B0%E7%9C%9F%E6%AD%A3%E5%B9%B6%E8%A1%8C/</guid>
      <description>&lt;h1 id=&#34;打破python-314中gil的枷锁&#34;&gt;打破Python 3.14中GIL的枷锁&lt;/h1&gt;&#xA;&lt;p&gt;多年来，使用Python的开发者一直与一个奇怪的悖论作斗争：生产力和生态广度俱佳，但在许多场景下多核吞吐量有限。罪魁祸首是什么？全局解释器锁。简单来说：在CPython中，一次只能有一个原生线程执行Python字节码。对于IO密集型任务，这通常没问题，但对于CPU密集型或高度并发的任务流，这个限制一直是一个持久的瓶颈。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
