Skip to content

Commit 3e8a096

Browse files
committed
Reorder the entries for readability
1 parent b69d4f8 commit 3e8a096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ purpose of these programs is to be illustrative and educational.
2121
- [ringbuf\_shm](ringbuf-shm/): An optimized lock-free ring buffer with shared memory.
2222
- [mbus](mbus/): A concurrent message bus.
2323
* [Synchronization](https://en.wikipedia.org/wiki/Synchronization_(computer_science))
24-
- [qsbr](qsbr/): An implementation of Quiescent state based reclamation (QSBR).
2524
- [rcu\_list](rcu_list/): A concurrent linked list utilizing the simplified RCU algorithm.
25+
- [qsbr](qsbr/): An implementation of Quiescent state based reclamation (QSBR).
2626
- [list-move](list-move/): Evaluation of two concurrent linked lists: QSBR and lock-based.
2727
- [rcu\_queue](rcu_queue/): An efficient concurrent queue based on QSBR.
2828
* Applications

0 commit comments

Comments
 (0)