Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 306 Bytes

Multithreaded Queues in CPP

This was my submission for a practical for the Concurrency and Multi-Core Architectures module at the University of St Andrews, for which I recieved a 1st. I have implemented a coarsely locked queue, a finely locked queue, and a lock-free queue, using modern C++ techniques.