Skip to content

Game Of Life Multithreaded with parallel workload.

Notifications You must be signed in to change notification settings

abir006/MultiThread-GoL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiThread-GameOfLife

Threads,Synchronization,pthread Library.

Developing simple version of thread pool and utilizing it to complete a workload in parallel for Game of Life.

game of life example https://playgameoflife.com.

the task description can be found HERE.

Part1

Implementing Semaphore and PCQueue (which is independant on the Semaphore).

Part2

Implementing the multi-thread game using a thread pool, where each thread gets a task from the PCQueue while using semaphores for syncronizing.

About

Game Of Life Multithreaded with parallel workload.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages