From 269bcb75953d0e0788c8e681fff57e516e6d62c0 Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Mon, 5 Feb 2024 15:51:52 +0330 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f95f3..0aa429a 100644 --- a/README.md +++ b/README.md @@ -1063,11 +1063,14 @@ Embedded Linux is a specialized version of the Linux operating system tailored f - [📝 Multi-threading and Parallel Programming](https://dev.to/kwereutosu/multi-threading-and-parallel-programming-1l9m) - [📝 Multitasking vs Multithreading vs Multiprocessing](https://medium.com/codex/multitasking-vs-multithreading-vs-multiprocessing-2b0087c861ae) - [📘💎 Programming with POSIX Threads - David Butenhof](https://a.co/d/9R6DswF) +- [📘 C++ Concurrency in Action - Anthony Williams](https://www.manning.com/books/c-plus-plus-concurrency-in-action) + +##### 🔶 High-Performance Computing (HPC) + - [🔗 Parallel Programming and Performance Optimization With OpenMP](https://passlab.github.io/OpenMPProgrammingBook/index.html) - [🎞️ Introduction to OpenMP - Tim Mattson (Intel) (YouTube Playlist)](https://youtube.com/playlist?list=PLLX-Q6B8xqZ8n8bwjGdzBJ25X2utwnoEG) - [🔗 OpenCL Tutorials](https://www.intel.com/content/www/us/en/developer/articles/training/opencl-tutorials.html) - [🔗 CUDA C++ Programming Guide](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html) -- [📘 C++ Concurrency in Action - Anthony Williams](https://www.manning.com/books/c-plus-plus-concurrency-in-action) ##### 🔶 Inter-Process Communication (IPC)