Comparing the performance of two different implementations of the concurrent unbounded queue
-
Updated
May 14, 2017 - C++
Comparing the performance of two different implementations of the concurrent unbounded queue
Comparing the performance of three different implementations of the concurrent linked list
A theater simulated by using threads to model customer and employee behavior
Implementation of Asynchronous Bellman–Ford Algorithm in the field of Distributed Algorithms
Implementation of HS Algorithm in the field of Distributed Algorithms
Fast, shared, upgradeable, non-recursive and non-fair mutex
Thread pool written in C++ 17 (with 14 branch).
Thread pool in C++
The multi threaded queue service is a class that operates as a message processing service
A multi-threaded traffic simulation showing vehicular movement in a city
Mutex with deadlock detection and other synchronization-primitives
Notes and code written for the System Programming course (Programmazione di Sistema) of PoliTo.
Conflict resolution for the well-known distributed dining philosophers problem
Real Time System Architectures
Async concurrency primatives and synchronization for C++11 and later
Parallel Programming and MultiThreading using C++
An implementation of a monitor synchronization construct working in the distributed environment.
condition_variable implementation to fix monotonic_clock. This is header-only, dependency C++11 and POSIX library.
This is a small example of an implementation of Producer/Consumer Pattern with condition_variable and mutex
Add a description, image, and links to the condition-variable topic page so that developers can more easily learn about it.
To associate your repository with the condition-variable topic, visit your repo's landing page and select "manage topics."