From 3c550865798cf36970194e568365192b01600dae Mon Sep 17 00:00:00 2001 From: Ahmed Essam Date: Sat, 23 Dec 2023 02:30:18 +0200 Subject: [PATCH] fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f749ee..69e552e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ target_link_libraries(target PUBLIC broadcast_queue) - [x] Try 128-bit atomic intrinsics on x64 architecture (CMPXCHG16B) to get rid of seqlocks in the case when stored data is 64-bit long. - [ ] Support multi producers. Two approaches in mind: - - [ ] Try out [flat combining][4]. + - [ ] Try out [flat combining][5]. - [ ] Or more realistically, split the writer cursor into two: pending and committed, where the pending one is always ahead of or equal to the committed one, and the elements between the pending and the committed would represent