From 1cf9575831800754dc73da47913333d90b8d5b29 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 17 Aug 2021 17:03:50 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9845a1..a6b643d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Links ### Similar implementations * [Boost Lock-free](https://www.boost.org/doc/libs/1_77_0/doc/html/lockfree.html) +* [rmind/ringbuf](https://github.com/rmind/ringbuf) * [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)