We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381cc11 commit ca86a53Copy full SHA for ca86a53
README.md
@@ -5,7 +5,7 @@
5
6
A goroutine-safe container for hot-swapping heavy objects (e.g., caches, configurations) without blocking readers or generating GC pressure.
7
8
-Combines `sync.Pool` with atomic reference counting to enable non-blocking reads while ensuring old objects are only recycled after all readers finish.
+Wraps a `sync.Pool` with atomic reference counting to enable non-blocking reads while ensuring old objects are only recycled after all readers finish.
9
10
**Contents**
11
- [Why?](#why)
0 commit comments