418 L15 Scaling a web site

网络服务器结构,CDN结构

418 L12 Snooping-based multi-processor implementation

unfinished

418 L11 Directory-based cache coherence

基本目录结构,分布式目录结构,读写状态图,存储开销

418 L10 Snooping-based cache coherence

写缓存方式、缓存一致性问题原因、监听式设计(直写、写回、多层)、编写代码避免缓存一致性问题

418 L09 Workload-driven performance evaluation

scaling,限制条件scaling,simulation,屋顶图

418 L08 Parallel Programming Case Studies

418 L07 Performance Optimization Part II: Locality, Communication and Contention

消息传递模式、成本、如何减少,冲突与延迟

418 L05 Performance Optimization Part I: Work Distribution and Scheduling

负载均衡与任务分配方式、单一队列与分布式队列、fork-join并行模式、cilk中分布式队列的实现细节

418 L06 GPU Architecture & CUDA Programming

GPU硬件结构、并行方式、几种显存

418 L04 Parallel Programming Basics

并行计算步骤、注意点