Shared-memory Parallelism

Home > Computer Science > Algorithms and data structures > Parallel algorithms > Shared-memory Parallelism

In this type of parallel algorithm, each parallel unit has access to a shared memory, and can read and write data from and to this memory. This type of parallelism generally involves the use of threads.