1
0
Fork 0
mirror of https://github.com/tailix/libshmemq.git synced 2025-07-31 22:01:00 -04:00

Update README.md

This commit is contained in:
Alex Kotov 2021-08-17 16:53:37 +05:00 committed by GitHub
parent c63879cafb
commit 8dc6fde5bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ Links
### Similar implementations
* [Boost Lock-free](https://www.boost.org/doc/libs/1_77_0/doc/html/lockfree.html)
* [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)