Netty-0x06-数据结构优化
1 Selector
final SelectorTuple selectorTuple = this.openSelector();
2 MPSC
1 | |
3 ThreadLocal
1 | |
Netty-0x06-数据结构优化
https://bannirui.github.io/2023/05/16/Netty-0x06-数据结构优化/
final SelectorTuple selectorTuple = this.openSelector();
1 | |
1 | |