It has only to do with the act of correct observation, and by I mean a physical contact with all sorts of objects through all the senses

CPU Cache 学习

the study of cpu cache

CPU Cache 是指 L1L2 和 L3 缓存,他们是用来缩短 CPU 访问内存时间的部件, 他们容量小于内存大于寄存器文件,但访问速度几乎接近处理器处理的速度. 缓存之所以能提高性能是利用局部原理提高内存的访问速度, 局部性原理是指程序具有访问局部区里的数据和代码的趋势, 通过在 CPU Ca

Golang 调度器

golang scheduler

https//www.ardanlabs.com/blog/2018/08/scheduling-in-go-part1.html https//docs.google.com/document/d/1TTj4T2JO42uD5ID9e89oa0sLKhJYD0Y_kqxDv3I3XMw/edi