<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>多线程 on Logic&#39;s Lab</title>
    <link>https://logmagic.top/tags/%E5%A4%9A%E7%BA%BF%E7%A8%8B/</link>
    <description>Recent content in 多线程 on Logic&#39;s Lab</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 11 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://logmagic.top/tags/%E5%A4%9A%E7%BA%BF%E7%A8%8B/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C&#43;&#43; 跨线程数据同步方法完全指南</title>
      <link>https://logmagic.top/posts/cpp-thread-sync/</link>
      <pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate>
      
      <guid>https://logmagic.top/posts/cpp-thread-sync/</guid>
      <description>多线程编程最难的从来不是创建线程——std::thread t(foo) 谁都会写。真正让人半夜抓头发的是：两个线程同时碰到同一块数据时，怎么让它们不打架</description>
    </item>
    
    <item>
      <title>第4章：无限世界的幻觉 — Chunk 动态加载卸载</title>
      <link>https://logmagic.top/courses/voxel-engine/ch-04-chunk-loading/</link>
      <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://logmagic.top/courses/voxel-engine/ch-04-chunk-loading/</guid>
      <description>一个 256×256 的地面要装 65536 个 Chunk，全加载内存直接爆炸。多线程按需加载，只渲染玩家周围一圈</description>
    </item>
    
  </channel>
</rss>
