File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Table of contents
3
3
* [ 概述] ( Readme.md )
4
+
5
+
4
6
## CPP
5
7
* [ C++20协程入门] ( cpp_coroutine/first.md )
6
8
* [ async scope和通用回调转协程] ( cpp_coroutine/async_scope.md )
9
+
10
+
7
11
## io_uring
8
12
* [ io_uring介绍] ( io_uring/io_uring.md )
9
13
* [ io_uring,Memory以及Procator的Socket IO] ( io_uring/io_uringAndMemory.md )
14
+
15
+
10
16
## reactive
11
17
* [ 响应式的锁] ( reactive_lock.md )
18
+
19
+
12
20
## java杂谈
13
21
* Loom
14
22
* [ Spring的Loom化改造] ( loom/Spring的loom化改造.md )
15
23
* [ 为什么jvm需要有栈协程] ( loom/为什么jvm需要有栈协程.md )
16
24
* [ VitrualThread对于synchronized适配] ( loom/synchronized适配.md )
25
+
26
+
17
27
* Panama
18
28
* [ Panama教程-0-MethodHandle介绍] ( panama/panama-tutorial-0-A.md )
19
29
* [ Panama教程-0-Varhandle介绍] ( panama/panama-tutorial-0-B.md )
20
30
* [ 失去了Unsafe内存操作之后该何去何从] ( panama/afterUnsafe.md )
21
31
* [ Panama源码浅析] ( panama/Panama浅析.md )
32
+
33
+
22
34
* 随笔
23
35
* [ Java Memory Order和Varhandle] ( jmm.md )
24
-
36
+
25
37
26
38
## 翻译
27
39
* [ 为什么现代的jvm仍然偏爱安全点] ( translate/【翻译】为什么现代的JVM分析器仍然偏爱安全点?.md )
You can’t perform that action at this time.
0 commit comments