Skip to content

chichunchen/Parallel-and-Distributed-Systems

Repository files navigation

Parallel-and-Distributed-Systems

This repo is for my learning of parallel and distributed system. All the assignment except for A1 is done in C++11 and multithreading based on C++11 thread library (wrapper of pthread).

References

All the lecture notes is done by Sreepathi Pai hosted on csc-258 course website.

Related sources

Check out this repository for more cpp concurrency fundamentals such as locks and concurrent data structures.