We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16fa10 commit 508eadeCopy full SHA for 508eade
src/content/posts/技术分享/Go 相关/assets/2026-02-07.jpg
973 KB
src/content/posts/技术分享/Go 相关/sync.Pool.md
@@ -1,13 +1,14 @@
1
---
2
title: sync.Pool 是怎么实现的?
3
-published: 2026-02-06
+published: 2026-02-07
4
description: 都说 sync.Pool 是无锁并发访问的,你知道原理吗?
5
tags:
6
- Golang
7
- 并发原语
8
- 源码解读
9
category: 技术分享
10
draft: false
11
+image:
12
13
前几天看见一个技术交流群有关于 sync.Pool 的交流,问他是如何做到无锁并发访问的,我对这个问题比较有兴趣,就去看了它的源码一探究竟。
14
0 commit comments