人面不知何处去,桃花依旧笑春风。
CMU最后一学期小记
发表于
|
分类于
人生
当时只道是寻常。
2022年终总结
发表于
|
分类于
年度总结
一天天的,书买的越来越多,头发越来越少,脑子越来越笨。。
2021年终总结
发表于
|
分类于
年度总结
匆匆忙忙地,又是一年。
并行架构与编程(十四)implementation of message passing abstraction, one level above socket
发表于
|
分类于
并行计算
1. message passing abstraction
并行架构与编程(十二)tolerating latency through prefetching
发表于
|
分类于
并行计算
The increase of processor speed is way faster than memory speed. Caches can help, but definitely not a panacea. What makes it worse is the presence of NUMA arch.
设计模式基础
发表于
|
分类于
软件工程
May the force be with you.
并行架构与编程(十一)异构并行
发表于
|
分类于
并行计算
1. Amdahl’s law
并行架构与编程(十)synchronization - Transactional Memory
发表于
|
分类于
并行计算
Measure then build.
并行架构与编程(九)Synchronization - fine-grained synchronization and lock-free programming
发表于
|
分类于
并行计算
Lock or non-blocking?