Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 274 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 274 Bytes

Threading comparison in Go and Python.

Classical IPC Problems (solutions in golang and python)

  • Producer / Consumer
  • Reader / Writer
  • Sleeping barber
  • Dining philosophers

Used

threading, goroutines, Locks/Mutexes, Semaphores, Monitors, condition variables