Why it matters
PRAM is theoretical parallel model. Understanding shapes theory.
Advertisement
The architecture
p processors + shared memory.
Concurrency options for reads + writes.
O(1) per operation.
Advertisement
How it works end to end
EREW: exclusive read + write.
CREW: concurrent read.
CRCW: concurrent read + write.
Idealized model.