Add external links to README

This commit is contained in:
Alex Kotov 2020-12-14 17:35:29 +05:00
parent 03fe3eff27
commit 3d475e10e0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 12 additions and 0 deletions

View File

@ -12,3 +12,15 @@ Table of contents
* [Overview](#libshmemq)
* [Table of contents](#table-of-contents)
* [External links](#external-links)
External links
--------------
* [goldshtn/shmemq-blog](https://github.com/goldshtn/shmemq-blog)
* [MengRao/SPSC_Queue](https://github.com/MengRao/SPSC_Queue)
* [ezhang887/shmemq](https://github.com/ezhang887/shmemq)
* [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)