A C++11 shared mutex with high emphasis on performance
-
Updated
Jun 28, 2021 - C++
A C++11 shared mutex with high emphasis on performance
Multithreaded TCP Client/Server implementation in C++
A simple thread pool written in C++17.
✅ System Programming Labs, BSUIR 2019
C++ Threadsafe Singleton class using mutex and threadlock when accessing instance.
Read-Write Lock in C++11
OpenCV/C++ Applcation that interlaces multiple Videos simultaneouly using Threads and writes in a shared memory mutex videoWriter
Interpreter for work with web. Interpreter for work with web pages on Chrome and Edge. Realized on C++ and C#. Part on C++ is lexer and parser. Work with browsers realized due to Selenium library. Supports arithmetic operations, variables(types: integer, string, boolean, handle for window of browsTherer). There is also peep-hole optimizition for…
opengl project of balls colliding in 2 D space.
Bsuir labs (CSAN pt2)
High performance adaptive C++11 spin mutex
OPERATING SYSTEMS - Assignment @hcmus
The system uses inter-process communication through pipes for exchanging information (weights) between processes. Each layer of the neural network is represented as a separate process, and each neuron within a layer is treated as a separate thread.
Bank Server-Client system where server program services online requests for account manipulations and maintains customer records and clients use its services to update bank accounts. The operations that can be performed on an account are: withdrawal of an amount from an account and deposit of an amount into an account. Additionally, the bank ser…
C++ implementation of golang's Channel type
This is a school project from Operating Systems course where threads, mutexes, semaphores, task pools and critical sections are used effectively to ensure synchronization among threads.
Analysis of graph multithreading access performance with different synchronization mechanisms: mutext, shared mutex and atomic operations
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 mutex-synchronisation topic page so that developers can more easily learn about it.
To associate your repository with the mutex-synchronisation topic, visit your repo's landing page and select "manage topics."