Projects with this topic
Sort by:
-
A basic C++ event queue implementation featuring type-safe event dispatch, subscriber compatibility checking via templates, and a std::condition_variable-based wait/notify mechanism to avoid busy waiting.
UpdatedUpdated -
Publish/subscribe server & client model implementation
Updated -
Using pthreads to implement matrix multiplication: 1- A thread for each element 2- A thread for each row and comparing the performance of the 2 different methods.
UpdatedUpdated -
Each merge-sort call with a new subarray is a new thread
UpdatedUpdated -
A project for getting started with multi-threaded design using the pthread library. University of Tehran Operating System Spring 99 Course Project 3
Updated -
Dining philosophers for linux kennisdelen
Updated