We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381b798 commit 139081dCopy full SHA for 139081d
README.md
@@ -18,7 +18,7 @@ purpose of these programs is to be illustrative and educational.
18
- [channel](channel/): A Linux futex based Go channel implementation.
19
* [Lock-Free](https://en.wikipedia.org/wiki/Non-blocking_algorithm) Data Structure
20
- [ringbuffer](ringbuffer/): A lock-less ring buffer.
21
- - [ringbuf\_shm](ringbuf_shm/): An optimized lock-free ring buffer with shared memory.
+ - [ringbuf\_shm](ringbuf-shm/): An optimized lock-free ring buffer with shared memory.
22
- [mbus](mbus/): A concurrent message bus.
23
* [Synchronization](https://en.wikipedia.org/wiki/Synchronization_(computer_science))
24
- [qsbr](qsbr/): An implementation of Quiescent state based reclamation (QSBR).
0 commit comments