mjcortejo / csc931m-complex-systems

This repository contains the projects done for the CSC931M class
0 stars 0 forks source link

Implement multithreading for cars agent #26

Closed mjcortejo closed 1 year ago

mjcortejo commented 1 year ago

Implemented a threadpoolexecutor inside the car_task() function.

Tested it currently with 500 agents and it works so far and no crashes, but it does need a more powerful processor now.