Site Tools


list-of-parallel-computing-concepts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
list-of-parallel-computing-concepts [March 16, 2026 at 01:34] yanevskivlist-of-parallel-computing-concepts [May 14, 2026 at 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# List of parallel computing concepts
  
 + - [[introduction-to-parallel-computing]]
 + - [[synchronization-primitve]]
 + - [[saxpy]]
 + - [[semaphore]]
 + - [[mutex]]
 + - [[numbers-every-programmer-should-know]]
 + - [[amdahls-law]]
 + - [[gustafsons-law]]
 + - [[cache-coherence]]
 + - [[cuda]]
 + - [[openmp]]
 + - [[queuing-theory]]
 + - [[lock-free-queue]]
 + - [[numa]]
 + - [[false-sharing]]
 + - [[aba-problem]]
 + - [[trace-monoid]]
 + - [[hazard-pointer]]
 + - [[cache-coherence]]
 + - [[roofline-model]]
 + - [[numa]]
 + - [[embarrassingly-parallel]]
 + - [[fork-join-model]]
 + - [[rcu]]
 + - [[lock]]
 + - [[lock-convoy]]
 + - [[lock-contention]]
 + - [[spinlock]]
 + - [[smp]]
 + - [[memory-order]]
 + - [[cas]]