<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>底层原理 on ᕕ( ᐛ )ᕗ Jimyag&#39;s Blog</title>
    <link>https://jimyag.com/blog/%E5%BA%95%E5%B1%82%E5%8E%9F%E7%90%86/</link>
    <description>专注于 Kubernetes、KubeVirt、OVN 和 Firecracker 的后端开发工程师</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>Copyright © 2019, jimyag.</copyright>
    <lastBuildDate>Sat, 16 May 2026 22:49:44 +0800</lastBuildDate>
    <atom:link href="https://jimyag.com/blog/%E5%BA%95%E5%B1%82%E5%8E%9F%E7%90%86/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go map 底层实现原理全解析</title>
      <link>https://jimyag.com/posts/golang-map-internals/</link>
      <pubDate>Fri, 15 May 2026 23:11:36 +0800</pubDate>
      <guid>https://jimyag.com/posts/golang-map-internals/</guid>
      <description>基于 Go 1.26.3 runtime 源码，从 Abseil Swiss Table、control byte、H1/H2、探测序列、扩容拆分到遍历语义，系统梳理 Go map 的底层实现。</description>
    </item>
    <item>
      <title>Go chan 底层实现原理全解析</title>
      <link>https://jimyag.com/posts/golang-chan-internals/</link>
      <pubDate>Fri, 15 May 2026 23:10:49 +0800</pubDate>
      <guid>https://jimyag.com/posts/golang-chan-internals/</guid>
      <description>从 hchan 数据结构、环形缓冲区、send/recv/close 执行路径到 select 调度，系统梳理 Go chan 的底层实现原理和常见并发陷阱。</description>
    </item>
    <item>
      <title>Go slice 底层实现原理全解析</title>
      <link>https://jimyag.com/posts/golang-slice-internals/</link>
      <pubDate>Fri, 15 May 2026 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/golang-slice-internals/</guid>
      <description>从数据结构、内存布局到 append/copy/re-slice 的完整执行路径，系统梳理 Go slice 的底层实现原理，配合流程图和内存示意图帮助建立准确的心智模型。</description>
    </item>
  </channel>
</rss>
