并行编程的基础,让我们走进 CPU 的世界。...
分类:
其他好文 时间:
2014-10-24 19:00:15
阅读次数:
435
In this article I'll discuss the most fundamental technique in concurrent programming known as memory barriers, or fences, that make
the memory state within a processor visible to other processors.
...
分类:
其他好文 时间:
2014-09-02 12:29:24
阅读次数:
266
翻译自:Martin Thompson – Memory
Barriers/Fences
在这篇文章里,我将讨论并发编程里最基础的技术–以内存关卡或栅栏著称,那让进程内的内存状态对其他进程可见。
CPU 使用了很多技术去尝试和适应这样的事实:CPU 执行单元的性能已远远超出主内存性能。在我的“Writing
Combining”文章,我只是谈及其中一种技术。CPU 使用的用来隐...
分类:
其他好文 时间:
2014-09-02 10:29:54
阅读次数:
278
Barriers, Caches, Filesystems http://monolight.cc/2011/06/barriers-caches-filesystems/ With the recent proliferation of ext4 as the new “default” Linu...
分类:
其他好文 时间:
2014-06-29 19:44:52
阅读次数:
667
http://lwn.net/Articles/283161/ Journaling filesystems come with a big promise: they free system administrators from the need to worry about disk corr...
分类:
其他好文 时间:
2014-06-29 18:51:33
阅读次数:
246