Why it matters
BSP framework analyzes parallel programs. Understanding shapes parallel design.
Advertisement
The architecture
Superstep = local compute + comm + barrier.
Cost model: T = w + gh + L.
Advertisement
How it works end to end
Valiant 1990.
Cost T = w + gh + L per superstep.
Pregel + GraphX apply to graph processing.