<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Map on CodeLab</title><link>https://peakxy.github.io/CodeLab/tags/map/</link><description>Recent content in Map on CodeLab</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>xu1feng218@163.com (程序员羊肉)</managingEditor><webMaster>xu1feng218@163.com (程序员羊肉)</webMaster><copyright>© 2026 程序员羊肉</copyright><lastBuildDate>Sat, 22 Aug 2026 23:06:49 +0800</lastBuildDate><atom:link href="https://peakxy.github.io/CodeLab/tags/map/index.xml" rel="self" type="application/rss+xml"/><item><title>Map 原理分析</title><link>https://peakxy.github.io/CodeLab/blog/go/map-principles-analysis/</link><pubDate>Sat, 22 Aug 2026 23:06:49 +0800</pubDate><author>xu1feng218@163.com (程序员羊肉)</author><guid>https://peakxy.github.io/CodeLab/blog/go/map-principles-analysis/</guid><description>&lt;h1 class="relative group"&gt;旧版 Map 的整体结构&#10; &lt;div id="旧版-map-的整体结构" class="anchor"&gt;&lt;/div&gt;&#10; &#10; &lt;span&#10; class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;&#10; &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e6%97%a7%e7%89%88-map-%e7%9a%84%e6%95%b4%e4%bd%93%e7%bb%93%e6%9e%84" aria-label="锚点"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h1&gt;&#10;&lt;p&gt;Go 1.23 及以前，Map 本质上是一个&lt;strong&gt;哈希表&lt;/strong&gt;，最核心的数据结构是 &lt;code&gt;hmap&lt;/code&gt; 和 &lt;code&gt;bmap&lt;/code&gt;。&lt;/p&gt;</description></item></channel></rss>