File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ purpose of these programs is to be illustrative and educational.
21
21
- [ ringbuf\_ shm] ( ringbuf-shm/ ) : An optimized lock-free ring buffer with shared memory.
22
22
- [ mbus] ( mbus/ ) : A concurrent message bus.
23
23
* [ Synchronization] ( https://en.wikipedia.org/wiki/Synchronization_(computer_science) )
24
- - [ qsbr] ( qsbr/ ) : An implementation of Quiescent state based reclamation (QSBR).
25
24
- [ rcu\_ list] ( rcu_list/ ) : A concurrent linked list utilizing the simplified RCU algorithm.
25
+ - [ qsbr] ( qsbr/ ) : An implementation of Quiescent state based reclamation (QSBR).
26
26
- [ list-move] ( list-move/ ) : Evaluation of two concurrent linked lists: QSBR and lock-based.
27
27
- [ rcu\_ queue] ( rcu_queue/ ) : An efficient concurrent queue based on QSBR.
28
28
* Applications
You can’t perform that action at this time.
0 commit comments