Skip to content

Commit

Permalink
fix README link
Browse files Browse the repository at this point in the history
  • Loading branch information
theartful committed Dec 23, 2023
1 parent f1c8a07 commit 3c55086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c55086

Please sign in to comment.