# Multithreading Lecture Resources
Lecture Materials
-
- [Github Codes Link](https://github.com/beingamanforever/Discussions-I-took/tree/main/Multithreading/Multithreading)
- [Some Handwritten Material](https://drive.google.com/file/d/12EwToNBbZXnjkthyzYpVAYNhfQnA-Rh3/view?usp=sharing)
- Cache size in Mac image 
- Activity center Image 
Some nice blogs, articles for general reading/knowledge
-
- https://db.in.tum.de/teaching/ss21/c++praktikum/slides/lecture-10.2.pdf
- Video on concurreny https://youtu.be/A7sVFJLJM-A?si=zSNG9LaZ1GrKvJrx
- Video on race condition https://youtu.be/K53qVJkaJGY?si=AmeiOvJ777G7c0AR
- [Blog 1 Link](https://friendlyuser.github.io/posts/tech/2023/C++_Multithreading_and_Concurrency_A_Comprehensive_Guide/)
- [Blog 2 Link](https://www.topcoder.com/thrive/articles/basics-of-multithreading-in-c)
- [Nor's Blog Link](https://nor-blog.pages.dev/tags/c++/)
Acm's Past Open project on C++ multithreading:
-
https://github.com/acmiitr/Multithreaded-Server (Multi-threaded server)