Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpu NUMA #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#协程)
Expand Down Expand Up @@ -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)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this link is not valid


## 进程

TODO
Expand Down