User:Soumyasch/Incubator/Concurrent computing

From Wikipedia, the free encyclopedia
  • Low level constructs like threads.
    • OS threads, user mode threads, nano-threads
  • Synchroniation
    • Message passing
    • Shared memory
      • Locks, semaphores etc
    • Performance consideratios
    • Concurrent computing models
  • Automatic parallelization