Skip to content

fairlycodeparents/concurrent-boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Concurrent Boids πŸ¦β€β¬›

Demo

The repository contains the first assignment of the Concurrent and Distributed Programming course (Master's Degree in CSE @ Unibo). The project involves designing and developing a concurrent version of the original boids simulation, as conceived by Craig Reynolds in 1986. The repository includes three distinct versions of the project, each designed and developed using a different approach:

  • Multithreaded architecture (using default/platform threads)
  • Task-based approach
  • Virtual threads

Documentation

Within the documentation directory, you will find a concise report (in Italian) detailing all the design and implementation decisions made during the development process. In particular:

  • A brief analysis of the problem.
  • A description of the adopted design, strategy and architecture.
  • An explanation of the system's behaviour, using Petri Nets.
  • A review of the performance of each version of the program, including a comparison with the sequential version.
  • The verification of the multithreaded program (a model of it), conducted using Java Pathfinder (JPF).

About

πŸ¦β€β¬› A concurrent implementation of Craig Reynolds' boids simulation.

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages