From 8965afcc2ce84749f139cf5c09f3f38dbcded41a Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 15 Dec 2020 10:22:29 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5462f23..916f8e0 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ External links * [Building a shared memory IPC implementation – Part I](https://coherent-labs.com/posts/building-a-shared-memory-ipc-implementation-part-i/) * [Single-Producer/Single-Consumer Queue](https://software.intel.com/content/www/us/en/develop/articles/single-producer-single-consumer-queue.html) * [Which takes longer time? Switching between the user & kernel modes or switching between two processes?](https://stackoverflow.com/a/14205346) +* [What happens the most, context switches or mode switches?](https://unix.stackexchange.com/a/15537)