diff --git a/README.md b/README.md index fb524e4a..e3205b67 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ * [计算机原理](https://github.com/xingshaocheng/architect-awesome/blob/master/README.md#计算机原理) * [CPU](https://github.com/xingshaocheng/architect-awesome/blob/master/README.md#cpu) * [多级缓存](https://github.com/xingshaocheng/architect-awesome/blob/master/README.md#多级缓存) + * [NUMA架构](https://github.com/xingshaocheng/architect-awesome/blob/master/README.md#NUMA架构) * [进程](https://github.com/xingshaocheng/architect-awesome/blob/master/README.md#进程) * [线程](https://github.com/xingshaocheng/architect-awesome/blob/master/README.md#线程) * [协程](https://github.com/xingshaocheng/architect-awesome/blob/master/README.md#协程) @@ -712,6 +713,9 @@ KMP:Knuth-Morris-Pratt算法(简称KMP) * [《从Java视角理解CPU缓存和伪共享》](https://blog.csdn.net/zero__007/article/details/54089730) +### NUMA架构 +* [《理解NUMA》](https://ikenchina.github.io/posts/numa-cpu.html) + ## 进程 TODO