Skip to content

Commit b586ced

Browse files
author
wangyazhou
committed
memory
1 parent 67a33ad commit b586ced

File tree

3 files changed

+30
-14
lines changed

3 files changed

+30
-14
lines changed

.obsidian/workspace.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"type": "split",
55
"children": [
66
{
7-
"id": "5838d1b0ce11f8e6",
7+
"id": "529306f70998dfba",
88
"type": "tabs",
99
"children": [
1010
{
11-
"id": "c7d295aae712f97f",
11+
"id": "cafc4e2d41906217",
1212
"type": "leaf",
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "go/高并发.md",
16+
"file": "linux/memory.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "高并发"
21+
"title": "memory"
2222
}
2323
}
2424
]
@@ -94,7 +94,7 @@
9494
"state": {
9595
"type": "backlink",
9696
"state": {
97-
"file": "go/高并发.md",
97+
"file": "linux/memory.md",
9898
"collapseAll": false,
9999
"extraContext": false,
100100
"sortOrder": "alphabetical",
@@ -104,7 +104,7 @@
104104
"unlinkedCollapsed": true
105105
},
106106
"icon": "links-coming-in",
107-
"title": "高并发 的反向链接列表"
107+
"title": "memory 的反向链接列表"
108108
}
109109
},
110110
{
@@ -142,13 +142,13 @@
142142
"state": {
143143
"type": "outline",
144144
"state": {
145-
"file": "go/高并发.md",
145+
"file": "linux/memory.md",
146146
"followCursor": false,
147147
"showSearch": false,
148148
"searchQuery": ""
149149
},
150150
"icon": "lucide-list",
151-
"title": "高并发 的大纲"
151+
"title": "memory 的大纲"
152152
}
153153
}
154154
],
@@ -169,14 +169,18 @@
169169
"obsidian-excalidraw-plugin:新建绘图文件": false
170170
}
171171
},
172-
"active": "c7d295aae712f97f",
172+
"active": "cafc4e2d41906217",
173173
"lastOpenFiles": [
174+
"linux/linux.md",
175+
"linux/memory.md",
176+
"linux/Pasted image 20250430140606.png.md",
177+
"linux/perf.md",
178+
"go/高并发.md",
174179
"架构/架构设计.md",
175180
"k8s/kubernetes.md",
176181
"k8s/kube_state_metirc.md",
177182
"k8s/kube_prometheus.md",
178183
"k8s/harbor.md",
179-
"go/高并发.md",
180184
"go/go.md",
181185
"eBPF/ebpf.md",
182186
"eBPF/bpftrace.md",
@@ -202,13 +206,9 @@
202206
"架构/attachments",
203207
"linux/algorithm.md",
204208
"架构",
205-
"linux/Pasted image 20250430140606.png.md",
206209
"linux/network.md",
207210
"middleware/etcd.md",
208211
"eBPF/ebpf专家.md",
209-
"containerd/containerd.md",
210-
"containerd/docker.md",
211-
"go/network.md",
212212
"k8s/components/service.md~",
213213
"k8s/components/pod.md~",
214214
"harbor/harbor.md~",

linux/Pasted image 20250430140606.png.md

Whitespace-only changes.

linux/memory.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
4+
5+
6+
[What every programmer should know about memory, Part 1 [LWN.net]](https://lwn.net/Articles/250967/)
7+
[Memory part 2: CPU caches [LWN.net]](https://lwn.net/Articles/252125/)
8+
[Memory part 3: Virtual Memory [LWN.net]](https://lwn.net/Articles/253361/)
9+
[Memory part 4: NUMA support [LWN.net]](https://lwn.net/Articles/254445/)
10+
[Memory part 5: What programmers can do [LWN.net]](https://lwn.net/Articles/255364/)
11+
[Memory part 6: More things programmers can do [LWN.net]](https://lwn.net/Articles/256433/)
12+
[Memory part 7: Memory performance tools [LWN.net]](https://lwn.net/Articles/257209/)
13+
[Memory part 8: Future technologies [LWN.net]](https://lwn.net/Articles/258154/)
14+
[Memory part 9: Appendices and bibliography [LWN.net]](https://lwn.net/Articles/258188/)
15+
16+

0 commit comments

Comments
 (0)