BulkSC 论文

2007引用 261
Parallel Computing and Optimization TechniquesDistributed systems and fault toleranceCloud Computing and Resource Management

摘要

While Sequential Consistency (SC) is the most intuitive memory consistency model and the one most programmers likely assume, current multiprocessors do not support it. Instead, they support more relaxed models that deliver high performance. SC implementations are considered either too slow or -- when they can match the performance of relaxed models -- too difficult to implement.