Update README.md

This commit is contained in:
Alex Kotov 2020-12-15 10:22:29 +05:00 committed by GitHub
parent 566145656c
commit 8965afcc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)