Skip to content

Python and golang threading comparison (synchronization primitives). Solutions: Classical IPC problems.

Notifications You must be signed in to change notification settings

ztgu/threads_comparison_go_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python and golang threading comparison (synchronization primitives). Solutions: Classical IPC problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages