Skip to content

Commit 508eade

Browse files
committed
sync content: 2026-02-07 13:51:48
1 parent b16fa10 commit 508eade

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
973 KB
Loading

src/content/posts/技术分享/Go 相关/sync.Pool.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: sync.Pool 是怎么实现的?
3-
published: 2026-02-06
3+
published: 2026-02-07
44
description: 都说 sync.Pool 是无锁并发访问的,你知道原理吗?
55
tags:
66
- Golang
77
- 并发原语
88
- 源码解读
99
category: 技术分享
1010
draft: false
11+
image:
1112
---
1213
前几天看见一个技术交流群有关于 sync.Pool 的交流,问他是如何做到无锁并发访问的,我对这个问题比较有兴趣,就去看了它的源码一探究竟。
1314

0 commit comments

Comments
 (0)